Uses of Class
org.bremersee.security.authentication.PasswordFlowAuthenticationManager
-
Packages that use PasswordFlowAuthenticationManager Package Description org.bremersee.security.authentication -
-
Uses of PasswordFlowAuthenticationManager in org.bremersee.security.authentication
Methods in org.bremersee.security.authentication that return PasswordFlowAuthenticationManager Modifier and Type Method Description PasswordFlowAuthenticationManager
JwtSupportAutoConfiguration. passwordFlowAuthenticationManager(org.springframework.beans.factory.ObjectProvider<org.springframework.security.oauth2.jwt.JwtDecoder> jwtDecoder, org.bremersee.security.authentication.JsonPathJwtConverter jwtConverter, org.bremersee.security.authentication.RestTemplateAccessTokenRetriever tokenRetriever)
Creates a password flow authentication manager.
-