org.jboss.seam.examples.booking.security
Class Authenticator

java.lang.Object
  extended by org.jboss.seam.examples.booking.security.Authenticator

public class Authenticator
extends Object

This implementation of Authenticator cross references the values of the user's credentials against the database.

Author:
Dan Allen

Constructor Summary
Authenticator()
           
 
Method Summary
 boolean authenticate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authenticator

public Authenticator()
Method Detail

authenticate

public boolean authenticate()


Copyright © 2011 Seam Framework. All Rights Reserved.