org.jboss.seam.security
Class BaseAuthenticator
java.lang.Object
org.jboss.seam.security.BaseAuthenticator
- All Implemented Interfaces:
- Authenticator
- Direct Known Subclasses:
- IdmAuthenticator, JaasAuthenticator, OpenIdAuthenticator
public abstract class BaseAuthenticator
- extends Object
- implements Authenticator
Abstract implementation of Authenticator which provides basic features
- 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
public void setStatus(Authenticator.AuthenticationStatus status)
getUser
public org.picketlink.idm.api.User getUser()
- Specified by:
getUser
in interface Authenticator
setUser
public void setUser(org.picketlink.idm.api.User user)
postAuthenticate
public void postAuthenticate()
- Specified by:
postAuthenticate
in interface Authenticator
Copyright © 2011 Seam Framework. All Rights Reserved.