Uses of Class
org.bremersee.security.authentication.AuthProperties
-
Packages that use AuthProperties Package Description org.bremersee.actuator.security.authentication org.bremersee.security.authentication -
-
Uses of AuthProperties in org.bremersee.actuator.security.authentication
Constructors in org.bremersee.actuator.security.authentication with parameters of type AuthProperties 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.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.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 AuthProperties in org.bremersee.security.authentication
Methods in org.bremersee.security.authentication with parameters of type AuthProperties Modifier and Type Method Description org.springframework.security.provisioning.InMemoryUserDetailsManager
InMemoryUserDetailsAutoConfiguration. inMemoryUserDetailsManager(org.springframework.boot.autoconfigure.security.SecurityProperties securityProperties, AuthProperties authProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.security.crypto.password.PasswordEncoder> passwordEncoder)
Creates an in memory user details manager bean.org.springframework.security.core.userdetails.MapReactiveUserDetailsService
ReactiveInMemoryUserDetailsAutoConfiguration. reactiveUserDetailsService(org.springframework.boot.autoconfigure.security.SecurityProperties securityProperties, AuthProperties authProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.security.crypto.password.PasswordEncoder> passwordEncoder)
Creates a reactive user details service bean.Constructors in org.bremersee.security.authentication with parameters of type AuthProperties 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.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.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<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<JsonPathJwtConverter> jwtConverterProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.security.crypto.password.PasswordEncoder> passwordEncoderProvider)
Instantiates a new resource server security auto configuration.
-