Uses of Class
org.bremersee.security.authentication.JsonPathReactiveJwtConverter
-
Packages that use JsonPathReactiveJwtConverter Package Description org.bremersee.actuator.security.authentication org.bremersee.security.authentication -
-
Uses of JsonPathReactiveJwtConverter in org.bremersee.actuator.security.authentication
Constructor parameters in org.bremersee.actuator.security.authentication with type arguments of type JsonPathReactiveJwtConverter Constructor Description ReactiveActuatorSecurityAutoConfiguration(AuthProperties authProperties, ActuatorAuthProperties actuatorAuthProperties, org.springframework.beans.factory.ObjectProvider<JsonPathReactiveJwtConverter> jsonPathJwtConverterProvider, org.springframework.beans.factory.ObjectProvider<WebClientAccessTokenRetriever> tokenRetrieverProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.security.core.userdetails.ReactiveUserDetailsService> userDetailsServiceProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.security.crypto.password.PasswordEncoder> passwordEncoderProvider)
Instantiates a new reactive actuator security auto configuration.ReactiveResourceServerWithActuatorAutoConfiguration(org.springframework.core.env.Environment environment, CorsProperties corsProperties, AuthProperties securityProperties, org.springframework.beans.factory.ObjectProvider<JsonPathReactiveJwtConverter> jwtConverterProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.security.core.userdetails.ReactiveUserDetailsService> userDetailsServiceProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.security.crypto.password.PasswordEncoder> passwordEncoderProvider)
Instantiates a new reactive resource server with actuator security auto configuration. -
Uses of JsonPathReactiveJwtConverter in org.bremersee.security.authentication
Methods in org.bremersee.security.authentication that return JsonPathReactiveJwtConverter Modifier and Type Method Description JsonPathReactiveJwtConverter
ReactiveJwtSupportAutoConfiguration. jsonPathReactiveJwtConverter()
Creates a json path reactive jwt converter bean.Methods in org.bremersee.security.authentication with parameters of type JsonPathReactiveJwtConverter 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.Constructor parameters in org.bremersee.security.authentication with type arguments of type JsonPathReactiveJwtConverter Constructor Description AbstractReactiveResourceServerAutoConfiguration(org.springframework.core.env.Environment environment, CorsProperties corsProperties, AuthProperties authProperties, org.springframework.beans.factory.ObjectProvider<JsonPathReactiveJwtConverter> jwtConverterProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.security.core.userdetails.ReactiveUserDetailsService> userDetailsServiceProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.security.crypto.password.PasswordEncoder> passwordEncoderProvider)
Instantiates a new abstract reactive resource server security auto configuration.ReactiveResourceServerAutoConfiguration(org.springframework.core.env.Environment environment, CorsProperties corsProperties, AuthProperties securityProperties, org.springframework.beans.factory.ObjectProvider<JsonPathReactiveJwtConverter> jwtConverterProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.security.core.userdetails.ReactiveUserDetailsService> userDetailsServiceProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.security.crypto.password.PasswordEncoder> passwordEncoderProvider)
Instantiates a new reactive resource server security auto configuration.
-