Uses of Interface
org.bremersee.security.authentication.ReactiveAccessTokenCache
-
Packages that use ReactiveAccessTokenCache Package Description org.bremersee.security.authentication -
-
Uses of ReactiveAccessTokenCache in org.bremersee.security.authentication
Classes in org.bremersee.security.authentication that implement ReactiveAccessTokenCache Modifier and Type Class Description class
ReactiveRedisAccessTokenCache
The reactive redis access token cache.Methods in org.bremersee.security.authentication that return ReactiveAccessTokenCache Modifier and Type Method Description static ReactiveAccessTokenCache
ReactiveAccessTokenCache. from(@NotNull AccessTokenCache accessTokenCache)
Creates a reactive cache from the given access token cache.Method parameters in org.bremersee.security.authentication with type arguments of type ReactiveAccessTokenCache Modifier and Type Method Description WebClientAccessTokenRetriever
ReactiveJwtSupportAutoConfiguration. webClientAccessTokenRetriever(org.springframework.beans.factory.ObjectProvider<ReactiveAccessTokenCache> accessTokenCache)
Creates access token retriever.Constructors in org.bremersee.security.authentication with parameters of type ReactiveAccessTokenCache Constructor Description WebClientAccessTokenRetriever(ReactiveAccessTokenCache accessTokenCache)
Instantiates a new access token retriever that uses spring's web client.WebClientAccessTokenRetriever(org.springframework.web.reactive.function.client.WebClient webClient, ReactiveAccessTokenCache accessTokenCache)
Instantiates a new access token retriever that uses spring's web client.
-