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

java.lang.Object
  extended by org.jboss.seam.examples.booking.security.Identity
All Implemented Interfaces:
Serializable

@Named
@SessionScoped
public class Identity
extends Object
implements Serializable

Author:
Lincoln Baxter, III
See Also:
Serialized Form

Constructor Summary
Identity()
           
 
Method Summary
 String getUsername()
           
 boolean isLoggedIn()
           
 void login()
           
 String logout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Identity

public Identity()
Method Detail

getUsername

public String getUsername()

isLoggedIn

public boolean isLoggedIn()

login

public void login()

logout

public String logout()


Copyright © 2011 Seam Framework. All Rights Reserved.