Uses of Interface
com.svenruppert.jsentinel.credential.propagation.TokenCredentialStore
Packages that use TokenCredentialStore
Package
Description
V00.74 declarative token-propagation SPIs.
-
Uses of TokenCredentialStore in com.svenruppert.jsentinel.authorization.api
Methods in com.svenruppert.jsentinel.authorization.api that return TokenCredentialStoreModifier and TypeMethodDescriptionstatic TokenCredentialStoreJSentinelServiceResolver.tokenCredentialStore()V00.74 — resolve theTokenCredentialStore.Methods in com.svenruppert.jsentinel.authorization.api that return types with arguments of type TokenCredentialStoreModifier and TypeMethodDescriptionstatic Optional<TokenCredentialStore> JSentinelServiceResolver.findTokenCredentialStore()V00.74 — optional lookup of theTokenCredentialStore.Methods in com.svenruppert.jsentinel.authorization.api with parameters of type TokenCredentialStoreModifier and TypeMethodDescriptionstatic voidJSentinelServiceResolver.setTokenCredentialStore(TokenCredentialStore store) V00.74 — explicitly install aTokenCredentialStore. -
Uses of TokenCredentialStore in com.svenruppert.jsentinel.credential.propagation
Subinterfaces of TokenCredentialStore in com.svenruppert.jsentinel.credential.propagationModifier and TypeInterfaceDescriptioninterfaceMarker forTokenCredentialStoreimplementations that are safe to use from multiple threads.Classes in com.svenruppert.jsentinel.credential.propagation that implement TokenCredentialStoreModifier and TypeClassDescriptionfinal classSingle-slot in-memory store.Methods in com.svenruppert.jsentinel.credential.propagation with parameters of type TokenCredentialStoreModifier and TypeMethodDescriptionPropagateTokenAdvisor.adviseFor(PropagateToken annotation, OutboundCall call, TokenCredentialStore store) PropagateTokenAdvisor.Default.adviseFor(PropagateToken annotation, OutboundCall call, TokenCredentialStore store)