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