public abstract class BaseAuthenticator extends Object implements Authenticator
Authenticator.AuthenticationStatus| Constructor and Description |
|---|
BaseAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
org.picketlink.idm.model.Account |
getAccount() |
Authenticator.AuthenticationStatus |
getStatus() |
void |
postAuthenticate() |
protected void |
setAccount(org.picketlink.idm.model.Account account) |
protected void |
setStatus(Authenticator.AuthenticationStatus status) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthenticatepublic Authenticator.AuthenticationStatus getStatus()
getStatus in interface Authenticatorprotected void setStatus(Authenticator.AuthenticationStatus status)
protected void setAccount(org.picketlink.idm.model.Account account)
public org.picketlink.idm.model.Account getAccount()
getAccount in interface Authenticatorpublic void postAuthenticate()
postAuthenticate in interface AuthenticatorCopyright © 2013. All Rights Reserved.