org.apache.deltaspike.security.spi.authentication
Class BaseAuthenticator

java.lang.Object
  extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.deltaspike.security.spi.authentication.Authenticator
Authenticator.AuthenticationStatus
 
Constructor Summary
BaseAuthenticator()
           
 
Method Summary
 Authenticator.AuthenticationStatus getStatus()
           
 void postAuthenticate()
           
protected  void setStatus(Authenticator.AuthenticationStatus status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.deltaspike.security.spi.authentication.Authenticator
authenticate, getUser
 

Constructor Detail

BaseAuthenticator

public BaseAuthenticator()
Method Detail

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.