org.apache.deltaspike.security.spi.authentication
Class BaseAuthenticator
java.lang.Object
org.apache.deltaspike.security.spi.authentication.BaseAuthenticator
- All Implemented Interfaces:
- Authenticator
public abstract class BaseAuthenticator
- extends Object
- implements Authenticator
Abstract base class that Authenticator implementations can extend for convenience.
| 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)
postAuthenticate
public void postAuthenticate()
- Specified by:
postAuthenticate in interface Authenticator
Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.