org.jboss.seam.examples.booking.security
Class Identity
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Identity
public Identity()
getUsername
public String getUsername()
isLoggedIn
public boolean isLoggedIn()
login
public void login()
logout
public String logout()
Copyright © 2011 Seam Framework. All Rights Reserved.