public class ProviderManager extends AbstractAuthenticationManager implements Initializing
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
protected List<AuthenticationProvider> |
providers |
| Constructor and Description |
|---|
ProviderManager() |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
doAuthentication(Authentication auth) |
List<AuthenticationProvider> |
getProviders() |
void |
init() |
void |
setProviders(List<AuthenticationProvider> providers) |
authenticate, setClearExtraInfoprotected final org.slf4j.Logger logger
protected List<AuthenticationProvider> providers
public void init()
throws Exception
init in interface InitializingExceptionpublic Authentication doAuthentication(Authentication auth) throws AuthenticationException
doAuthentication in class AbstractAuthenticationManagerAuthenticationExceptionpublic List<AuthenticationProvider> getProviders()
public void setProviders(List<AuthenticationProvider> providers)
Copyright © 2005–2018 The Beangle Software. All rights reserved.