org.jboss.seam.examples.booking.security
Class Credentials
java.lang.Object
org.jboss.seam.examples.booking.security.Credentials
- All Implemented Interfaces:
- Serializable
@Named
@SessionScoped
public class Credentials
- 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 |
Credentials
public Credentials()
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
Copyright © 2011 Seam Framework. All Rights Reserved.