public class DefaultAuthenticationManager extends Object implements AuthenticationManager, org.springframework.beans.factory.InitializingBean
| 构造器和说明 |
|---|
DefaultAuthenticationManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 AuthenticationManagerpublic void logout(Authentication authentication)
logout 在接口中 AuthenticationManagerpublic void afterPropertiesSet()
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanCopyright © 2015. All rights reserved.