@Configuration
public static class FlowableSecurityAutoConfiguration.UserDetailsServiceConfiguration
extends org.springframework.security.config.annotation.authentication.configuration.GlobalAuthenticationConfigurerAdapter
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.beans.factory.ObjectProvider<org.springframework.security.authentication.AuthenticationProvider> |
authenticationProviderProvider |
protected org.springframework.beans.factory.ObjectProvider<org.springframework.security.core.userdetails.UserDetailsService> |
userDetailsServiceProvider |
| Constructor and Description |
|---|
UserDetailsServiceConfiguration(org.springframework.beans.factory.ObjectProvider<org.springframework.security.authentication.AuthenticationProvider> authenticationProviderProvider,
org.springframework.beans.factory.ObjectProvider<org.springframework.security.core.userdetails.UserDetailsService> userDetailsServiceProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth) |
protected final org.springframework.beans.factory.ObjectProvider<org.springframework.security.authentication.AuthenticationProvider> authenticationProviderProvider
protected final org.springframework.beans.factory.ObjectProvider<org.springframework.security.core.userdetails.UserDetailsService> userDetailsServiceProvider
public UserDetailsServiceConfiguration(org.springframework.beans.factory.ObjectProvider<org.springframework.security.authentication.AuthenticationProvider> authenticationProviderProvider,
org.springframework.beans.factory.ObjectProvider<org.springframework.security.core.userdetails.UserDetailsService> userDetailsServiceProvider)
public void init(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)
throws Exception
init in interface org.springframework.security.config.annotation.SecurityConfigurer<org.springframework.security.authentication.AuthenticationManager,org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder>init in class org.springframework.security.config.annotation.authentication.configuration.GlobalAuthenticationConfigurerAdapterExceptionCopyright © 2018 Flowable. All rights reserved.