org.jboss.seam.examples.booking.security
Class BookingAuthenticator
java.lang.Object
org.jboss.seam.security.BaseAuthenticator
org.jboss.seam.examples.booking.security.BookingAuthenticator
- All Implemented Interfaces:
- org.jboss.seam.security.Authenticator
@Named(value="bookingAuthenticator")
public class BookingAuthenticator
- extends org.jboss.seam.security.BaseAuthenticator
- implements org.jboss.seam.security.Authenticator
This implementation of a Authenticator that uses Seam security.
- Author:
- Jose Rodolfo freitas
| Nested classes/interfaces inherited from interface org.jboss.seam.security.Authenticator |
org.jboss.seam.security.Authenticator.AuthenticationStatus |
| 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 |
BookingAuthenticator
public BookingAuthenticator()
authenticate
public void authenticate()
- Specified by:
authenticate in interface org.jboss.seam.security.Authenticator
Copyright © 2012 Seam Framework. All Rights Reserved.