org.jboss.picketlink.cdi.authentication
Class BaseAuthenticator
java.lang.Object
org.jboss.picketlink.cdi.authentication.BaseAuthenticator
- All Implemented Interfaces:
- Authenticator
public abstract class BaseAuthenticator
- extends Object
- implements Authenticator
Abstract base class that Authenticator implementations can extend for convenience.
- Author:
- Shane Bryzak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseAuthenticator
public BaseAuthenticator()
getStatus
public Authenticator.AuthenticationStatus getStatus()
- Specified by:
getStatus in interface Authenticator
setStatus
protected void setStatus(Authenticator.AuthenticationStatus status)
setUser
protected void setUser(org.jboss.picketlink.idm.model.User user)
getUser
public org.jboss.picketlink.idm.model.User getUser()
- Specified by:
getUser in interface Authenticator
postAuthenticate
public void postAuthenticate()
- Specified by:
postAuthenticate in interface Authenticator
Copyright © 2012. All Rights Reserved.