org.jboss.picketlink.cdi.authentication
Class BaseAuthenticator

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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.picketlink.cdi.authentication.Authenticator
Authenticator.AuthenticationStatus
 
Constructor Summary
BaseAuthenticator()
           
 
Method Summary
 Authenticator.AuthenticationStatus getStatus()
           
 org.jboss.picketlink.idm.model.User getUser()
           
 void postAuthenticate()
           
protected  void setStatus(Authenticator.AuthenticationStatus status)
           
protected  void setUser(org.jboss.picketlink.idm.model.User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.picketlink.cdi.authentication.Authenticator
authenticate
 

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)

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.