Package org.bremersee.security.authentication
-
Interface Summary Interface Description AccessTokenCache The access token cache interface.AccessTokenCache.Builder The builder interface.AccessTokenProvider<T> The access token provider.AccessTokenRetriever<T> Retrieve the access token from the identity provider.AccessTokenRetrieverProperties The access token retriever properties.AuthenticationDetails The authentication details interface.BasicAuthProperties The basic auth properties.ClientCredentialsFlowProperties The client credentials flow properties.PasswordFlowProperties The password flow properties. -
Class Summary Class Description AccessTokenCache.Builder.Impl The builder implementation.AccessTokenCacheImpl The access token cache implementation.BasicAuthProperties.Builder The basic auth properties builder.ClientCredentialsFlowProperties.Builder The builder implementation.JsonPathJwtAuthenticationDetails The json path jwt authentication details.JsonPathJwtConverter The json path jwt converter.PasswordFlowProperties.Builder The builder implementation.RestTemplateAccessTokenRetriever The rest template access token retriever.