Uses of Interface
org.bremersee.security.authentication.AccessTokenCache
-
Packages that use AccessTokenCache Package Description org.bremersee.security.authentication -
-
Uses of AccessTokenCache in org.bremersee.security.authentication
Classes in org.bremersee.security.authentication that implement AccessTokenCache Modifier and Type Class Description class
AccessTokenCacheImpl
The access token cache implementation.class
RedisAccessTokenCache
The redis access token cache.Methods in org.bremersee.security.authentication that return AccessTokenCache Modifier and Type Method Description AccessTokenCache
AccessTokenCache.Builder. build()
Build access token cache.AccessTokenCache
AccessTokenCache.Builder.Impl. build()
Methods in org.bremersee.security.authentication with parameters of type AccessTokenCache Modifier and Type Method Description static ReactiveAccessTokenCache
ReactiveAccessTokenCache. from(@NotNull AccessTokenCache accessTokenCache)
Creates a reactive cache from the given access token cache.Constructors in org.bremersee.security.authentication with parameters of type AccessTokenCache Constructor Description RestTemplateAccessTokenRetriever(org.springframework.web.client.RestTemplate restTemplate, AccessTokenCache accessTokenCache)
Instantiates a new rest template access token retriever.
-