Uses of Class
org.bremersee.security.authentication.RestTemplateAccessTokenRetriever
-
Packages that use RestTemplateAccessTokenRetriever Package Description org.bremersee.security.authentication -
-
Uses of RestTemplateAccessTokenRetriever in org.bremersee.security.authentication
Methods in org.bremersee.security.authentication that return RestTemplateAccessTokenRetriever Modifier and Type Method Description RestTemplateAccessTokenRetriever
JwtSupportAutoConfiguration. restTemplateAccessTokenRetriever(org.springframework.beans.factory.ObjectProvider<org.springframework.boot.web.client.RestTemplateBuilder> restTemplateBuilder, org.springframework.beans.factory.ObjectProvider<AccessTokenCache> accessTokenCache)
Creates access token retriever.Methods in org.bremersee.security.authentication with parameters of type RestTemplateAccessTokenRetriever Modifier and Type Method Description PasswordFlowAuthenticationManager
JwtSupportAutoConfiguration. passwordFlowAuthenticationManager(org.springframework.beans.factory.ObjectProvider<org.springframework.security.oauth2.jwt.JwtDecoder> jwtDecoder, JsonPathJwtConverter jwtConverter, RestTemplateAccessTokenRetriever tokenRetriever)
Creates a password flow authentication manager.
-