public abstract class BaseAuthenticator extends Object implements Authenticator
Authenticator.AuthenticationStatus| Constructor and Description |
|---|
BaseAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
org.picketlink.idm.model.Agent |
getAgent() |
Authenticator.AuthenticationStatus |
getStatus() |
void |
postAuthenticate() |
protected void |
setAgent(org.picketlink.idm.model.Agent agent) |
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 setAgent(org.picketlink.idm.model.Agent agent)
public org.picketlink.idm.model.Agent getAgent()
getAgent in interface Authenticatorpublic void postAuthenticate()
postAuthenticate in interface AuthenticatorCopyright © 2013. All Rights Reserved.