org.jboss.security.identity.sso
Class SSOUser

java.lang.Object
  extended by 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

Constructor Summary
SSOUser(String username, String password)
           
 
Method Summary
 String getPassword()
           
 String getUserName()
           
 void setPassword(String password)
           
 void setUserName(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSOUser

public SSOUser(String username,
               String password)
Method Detail

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.