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
Methods in org.bremersee.security.authentication that return ReactiveAccessTokenCache Modifier and Type Method Description static ReactiveAccessTokenCache
ReactiveAccessTokenCache. from(@NotNull org.bremersee.security.authentication.AccessTokenCache accessTokenCache)
Creates a reactive cache from the given access token cache.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.
-