@Version("1.8.0")
Package org.apache.jackrabbit.oak.spi.security.authentication.token
-
Interface Summary Interface Description TokenConfiguration Configuration for token management.TokenConstants TokenInfo TheTokenInfo
provides data associated with a login token and basic methods to verify the validity of token credentials at given point in time.TokenProvider Interface to manage create and manage login tokens. -
Class Summary Class Description CompositeTokenConfiguration TokenConfiguration
that combines different token provider implementations.CompositeTokenProvider Aggregates a collection ofTokenProvider
s into a single provider. -
Exception Summary Exception Description TokenCredentialsExpiredException Subclass ofCredentialException
indicating that the token credentials used for repository login have expired.