public abstract class AbstractAuthenticationManager extends Object implements AuthenticationManager
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
AbstractAuthenticationManager() |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
authenticate(Authentication authRequest)
认证
|
protected abstract Authentication |
doAuthentication(Authentication authentication) |
void |
setClearExtraInfo(boolean clearExtraInfo) |
public final Authentication authenticate(Authentication authRequest) throws AuthenticationException
AuthenticationManagerauthenticate in interface AuthenticationManagerAuthenticationExceptionprotected abstract Authentication doAuthentication(Authentication authentication) throws AuthenticationException
AuthenticationExceptionpublic void setClearExtraInfo(boolean clearExtraInfo)
Copyright © 2005–2018 The Beangle Software. All rights reserved.