org.jboss.security.identity.sso
Class SSOUser
java.lang.Object
org.jboss.security.identity.sso.SSOUser
- All Implemented Interfaces:
- Serializable
public class SSOUser
- extends Object
- implements Serializable
Represents a user with an identity
- Since:
- Apr 10, 2006
- Version:
- $Revision: 81038 $
- Author:
- Sohil Shah, Anil Saldhana
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSOUser
public SSOUser(String username,
String password)
getUserName
public String getUserName()
setUserName
public void setUserName(String username)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.