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