Uses of Class
org.bremersee.security.authentication.JsonPathJwtConverter
-
Packages that use JsonPathJwtConverter Package Description org.bremersee.actuator.security.authentication org.bremersee.security.authentication -
-
Uses of JsonPathJwtConverter in org.bremersee.actuator.security.authentication
Constructor parameters in org.bremersee.actuator.security.authentication with type arguments of type JsonPathJwtConverter Constructor Description ActuatorSecurityAutoConfiguration(org.springframework.boot.autoconfigure.security.SecurityProperties securityProperties, AuthProperties authProperties, ActuatorAuthProperties actuatorAuthProperties, org.springframework.beans.factory.ObjectProvider<JsonPathJwtConverter> jsonPathJwtConverterProvider, org.springframework.beans.factory.ObjectProvider<RestTemplateAccessTokenRetriever> tokenRetrieverProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.security.crypto.password.PasswordEncoder> passwordEncoderProvider)
Instantiates a new actuator security auto configuration.ResourceServerWithActuatorAutoConfiguration(org.springframework.core.env.Environment environment, org.springframework.boot.autoconfigure.security.SecurityProperties securityProperties, AuthProperties authProperties, CorsProperties corsProperties, org.springframework.beans.factory.ObjectProvider<JsonPathJwtConverter> jwtConverterProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.security.crypto.password.PasswordEncoder> passwordEncoderProvider)
Instantiates a new resource server with actuator security auto configuration. -
Uses of JsonPathJwtConverter in org.bremersee.security.authentication
Methods in org.bremersee.security.authentication that return JsonPathJwtConverter Modifier and Type Method Description JsonPathJwtConverter
JwtSupportAutoConfiguration. jsonPathJwtConverter()
Creates a json path jwt converter bean.Methods in org.bremersee.security.authentication with parameters of type JsonPathJwtConverter 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.Constructors in org.bremersee.security.authentication with parameters of type JsonPathJwtConverter Constructor Description JsonPathReactiveJwtConverter(JsonPathJwtConverter converter)
Instantiates a new json path reactive jwt converter.Constructor parameters in org.bremersee.security.authentication with type arguments of type JsonPathJwtConverter Constructor Description AbstractResourceServerAutoConfiguration(org.springframework.core.env.Environment environment, org.springframework.boot.autoconfigure.security.SecurityProperties securityProperties, AuthProperties authProperties, CorsProperties corsProperties, org.springframework.beans.factory.ObjectProvider<JsonPathJwtConverter> jwtConverterProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.security.crypto.password.PasswordEncoder> passwordEncoderProvider)
Instantiates a new abstract resource server security auto configuration.ResourceServerAutoConfiguration(org.springframework.core.env.Environment environment, org.springframework.boot.autoconfigure.security.SecurityProperties securityProperties, AuthProperties authProperties, CorsProperties corsProperties, org.springframework.beans.factory.ObjectProvider<JsonPathJwtConverter> jwtConverterProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.security.crypto.password.PasswordEncoder> passwordEncoderProvider)
Instantiates a new resource server security auto configuration.
-