AbstractReactiveResourceServerAutoConfiguration(org.springframework.core.env.Environment environment,
CorsProperties corsProperties,
AuthProperties authProperties,
org.springframework.beans.factory.ObjectProvider<org.bremersee.security.authentication.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.
|
AbstractResourceServerAutoConfiguration(org.springframework.core.env.Environment environment,
org.springframework.boot.autoconfigure.security.SecurityProperties securityProperties,
AuthProperties authProperties,
CorsProperties corsProperties,
org.springframework.beans.factory.ObjectProvider<org.bremersee.security.authentication.JsonPathJwtConverter> jwtConverterProvider,
org.springframework.beans.factory.ObjectProvider<org.springframework.security.crypto.password.PasswordEncoder> passwordEncoderProvider) |
Instantiates a new abstract resource server security auto configuration.
|
JwtSupportAutoConfiguration(AuthProperties properties) |
Instantiates a new authentication support auto configuration.
|
ReactiveJwtSupportAutoConfiguration(AuthProperties properties) |
Instantiates a reactive authentication support auto configuration.
|
ReactiveResourceServerAutoConfiguration(org.springframework.core.env.Environment environment,
CorsProperties corsProperties,
AuthProperties securityProperties,
org.springframework.beans.factory.ObjectProvider<org.bremersee.security.authentication.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.
|
ResourceServerAutoConfiguration(org.springframework.core.env.Environment environment,
org.springframework.boot.autoconfigure.security.SecurityProperties securityProperties,
AuthProperties authProperties,
CorsProperties corsProperties,
org.springframework.beans.factory.ObjectProvider<org.bremersee.security.authentication.JsonPathJwtConverter> jwtConverterProvider,
org.springframework.beans.factory.ObjectProvider<org.springframework.security.crypto.password.PasswordEncoder> passwordEncoderProvider) |
Instantiates a new resource server security auto configuration.
|