org.jboss.seam.security.examples.simple
Class SimpleAuthenticator

java.lang.Object
  extended by org.jboss.seam.security.BaseAuthenticator
      extended by org.jboss.seam.security.examples.simple.SimpleAuthenticator
All Implemented Interfaces:
org.jboss.seam.security.Authenticator

public class SimpleAuthenticator
extends org.jboss.seam.security.BaseAuthenticator
implements org.jboss.seam.security.Authenticator

This is the simplest possible example of a custom authenticator.

Author:
Shane Bryzak

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

Constructor Detail

SimpleAuthenticator

public SimpleAuthenticator()
Method Detail

authenticate

public void authenticate()
Specified by:
authenticate in interface org.jboss.seam.security.Authenticator


Copyright © 2011 Seam Framework. All Rights Reserved.