|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.security.user.UserDescriptor
com.sas.hls.security.user.User
public class User
A client representation of a user defined in the system.
Constructor Summary | |
---|---|
User()
Zero-arg constructor. |
Method Summary | |
---|---|
AccountInfo |
getAccountInfo()
Get the accountInfo details for this user. |
List<Attribute> |
getAttributes()
Get the list of attributes defined for this user instance. |
String |
getDepartment()
Get the department value for this user. |
String |
getFirstName()
Get the first name for this user. |
String |
getLastName()
Get the last name for this user. |
LockedInfo |
getLockedInfo()
Get the lockedInfo details for this user. |
LoginInfo |
getLoginInfo()
Get the loginInfo details for this user. |
PasswordInfo |
getPasswordInfo()
Get the passwordInfo details for this user. |
String |
getPhone()
Get the primary phone number value for this user. |
long |
getRevision()
Get the internal revision number of this object. |
void |
setAccountInfo(AccountInfo accountInfo)
Set the accountInfo details for this user. |
void |
setAttributes(List<Attribute> attributes)
Set a list of attributes values on this user. |
void |
setDepartment(String department)
Set the department value for this user. |
void |
setFirstName(String firstName)
Set the first name for this user. |
void |
setLastName(String lastName)
Set the last name for this user. |
void |
setLockedInfo(LockedInfo lockedInfo)
Set the lockedInfo details for this user. |
void |
setLoginInfo(LoginInfo loginInfo)
Set the loginInfo details for this user. |
void |
setPasswordInfo(PasswordInfo passwordInfo)
Set the passwordInfo details for this user. |
void |
setPhone(String phone)
Set the primary phone number value for this user. |
void |
setRevision(long revision)
Set the internal revision number of this object. |
Methods inherited from class com.sas.hls.security.user.UserDescriptor |
---|
equals, getDisplayName, getEmail, getIdentifier, getObjectType, getPrincipalId, getPrincipalName, getUserId, hashCode, setDisplayName, setEmail, setIdentifier, setObjectType, setPrincipalId, setPrincipalName, setUserId |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public User()
Method Detail |
---|
public long getRevision()
public void setRevision(long revision)
revision
- the revision to setpublic AccountInfo getAccountInfo()
public void setAccountInfo(AccountInfo accountInfo)
accountInfo
- the accountInfo to set for this userpublic PasswordInfo getPasswordInfo()
public void setPasswordInfo(PasswordInfo passwordInfo)
passwordInfo
- the passwordInfo to set for this userpublic LockedInfo getLockedInfo()
public void setLockedInfo(LockedInfo lockedInfo)
lockedInfo
- the lockedInfo to set for this userpublic LoginInfo getLoginInfo()
public void setLoginInfo(LoginInfo loginInfo)
loginInfo
- the loginInfo to set for this userpublic String getFirstName()
public void setFirstName(String firstName)
firstName
- the firstName to set for this userpublic String getLastName()
public void setLastName(String lastName)
lastName
- the lastName to set for this userpublic String getDepartment()
public void setDepartment(String department)
department
- the department to set for this userpublic String getPhone()
public void setPhone(String phone)
phone
- the primary phone number value to set for this userpublic List<Attribute> getAttributes()
public void setAttributes(List<Attribute> attributes)
attributes
- the attributes values to set on this user
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |