org.jboss.seam.security.examples.simple
Class SimpleAuthenticator
java.lang.Object
org.jboss.seam.security.BaseAuthenticator
org.jboss.seam.security.examples.simple.SimpleAuthenticator
- All Implemented Interfaces:
- Authenticator
public class SimpleAuthenticator
- extends BaseAuthenticator
- implements Authenticator
This is the simplest possible example of a custom authenticator.
- Author:
- Shane Bryzak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleAuthenticator
public SimpleAuthenticator()
authenticate
public void authenticate()
- Specified by:
authenticate in interface Authenticator
Copyright © 2011 Seam Framework. All Rights Reserved.