|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.security.user.UserDescriptor
public class UserDescriptor
Light weight representation of a user defined in the system. User has a unique userid that may be used to login and to identify the user in the system.
Constructor Summary | |
---|---|
UserDescriptor()
Zero-arg constructor for a UserDescriptor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Indicate whether some other object is "equal to" this one. |
String |
getDisplayName()
Get the displayName of this UserDescriptor. |
String |
getEmail()
Get the email of this userDescriptor. |
String |
getIdentifier()
Get the identifier of this UserDescriptor. |
String |
getObjectType()
Get the objectType of this userDescriptor. |
String |
getPrincipalId()
Get the principalId of this userDescriptor. |
String |
getPrincipalName()
Get the principal name of this userDescriptor. |
String |
getUserId()
Get the userId of this UserDescriptor. |
int |
hashCode()
Return a hash code value for the object. |
void |
setDisplayName(String displayName)
Set the displayName of this UserDescriptor. |
void |
setEmail(String email)
Set the email value for this userDescriptor. |
void |
setIdentifier(String identifier)
Set the identifier of this UserDescriptor. |
void |
setObjectType(String objectType)
Set the objectType of this userDescriptor |
void |
setPrincipalId(String principalId)
Set the principalId of this userDescriptor. |
void |
setPrincipalName(String principalName)
Set the principal name of this userDescriptor. |
void |
setUserId(String userId)
Set the userId of this UserDescriptor. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserDescriptor()
Method Detail |
---|
public String getIdentifier()
getIdentifier
in interface Identifiable
public void setIdentifier(String identifier)
identifier
- the identifier value to set on this UserDescriptor.public String getUserId()
public void setUserId(String userId)
userId
- the userId to setpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName
- the displayName to setpublic String getEmail()
public void setEmail(String email)
email
- the email to setpublic String getObjectType()
getObjectType
in interface Identifiable
public void setObjectType(String objectType)
objectType
- the objectType to setpublic String getPrincipalId()
public void setPrincipalId(String principalId)
principalId
- the principalId to setpublic String getPrincipalName()
public void setPrincipalName(String principalName)
principalName
- The principal name value to set on this userDescriptor.public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |