public class DefaultAuthenticationManager extends Object implements AuthenticationManager, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
DefaultAuthenticationManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProvider(AuthenticationProvider provider) |
void |
addProviders(AuthenticationProvider... providers) |
void |
afterPropertiesSet() |
List<AuthenticationProvider> |
getProviders() |
Authentication |
login(AuthenticationRequest request) |
void |
logout(Authentication authentication) |
void |
setProviders(List<AuthenticationProvider> providers) |
public List<AuthenticationProvider> getProviders()
public void setProviders(List<AuthenticationProvider> providers)
public void addProvider(AuthenticationProvider provider)
public void addProviders(AuthenticationProvider... providers)
public Authentication login(AuthenticationRequest request)
login in interface AuthenticationManagerpublic void logout(Authentication authentication)
logout in interface AuthenticationManagerpublic void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanCopyright © 2018. All rights reserved.