Uses of Class
org.bremersee.security.authentication.WebClientAccessTokenRetriever
-
Packages that use WebClientAccessTokenRetriever Package Description org.bremersee.security.authentication -
-
Uses of WebClientAccessTokenRetriever in org.bremersee.security.authentication
Methods in org.bremersee.security.authentication that return WebClientAccessTokenRetriever Modifier and Type Method Description WebClientAccessTokenRetriever
ReactiveJwtSupportAutoConfiguration. webClientAccessTokenRetriever(org.springframework.beans.factory.ObjectProvider<ReactiveAccessTokenCache> accessTokenCache)
Creates access token retriever.Methods in org.bremersee.security.authentication with parameters of type WebClientAccessTokenRetriever Modifier and Type Method Description PasswordFlowReactiveAuthenticationManager
ReactiveJwtSupportAutoConfiguration. passwordFlowReactiveAuthenticationManager(org.springframework.beans.factory.ObjectProvider<org.springframework.security.oauth2.jwt.ReactiveJwtDecoder> jwtDecoder, JsonPathReactiveJwtConverter jwtConverter, WebClientAccessTokenRetriever tokenRetriever)
Creates password flow reactive authentication manager.
-