Uses of Interface
com.svenruppert.jsentinel.credential.propagation.TokenCredential
Packages that use TokenCredential
Package
Description
V00.74 declarative token-propagation SPIs.
-
Uses of TokenCredential in com.svenruppert.jsentinel.credential.propagation
Classes in com.svenruppert.jsentinel.credential.propagation that implement TokenCredentialModifier and TypeClassDescriptionfinal recordOpaque API key.final recordOpaque bearer token, typically carried asAuthorization: Bearer <value>.final recordOIDC access token.final recordRefresh token.Methods in com.svenruppert.jsentinel.credential.propagation that return types with arguments of type TokenCredentialModifier and TypeMethodDescriptionInMemoryTokenCredentialStore.current()TokenCredentialStore.current()Methods in com.svenruppert.jsentinel.credential.propagation with parameters of type TokenCredentialModifier and TypeMethodDescriptionvoidInMemoryTokenCredentialStore.bind(TokenCredential credential) voidTokenCredentialStore.bind(TokenCredential credential) Replace any current entry withcredential.Method parameters in com.svenruppert.jsentinel.credential.propagation with type arguments of type TokenCredentialModifier and TypeMethodDescriptionOutboundTokenStrategy.resolve(OutboundCall call, Optional<TokenCredential> inbound) PassThroughStrategy.resolve(OutboundCall call, Optional<TokenCredential> inbound)