|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static java.lang.String |
USERNAME
|
Method Summary | |
java.lang.Object |
getAttribute(java.lang.String key)
Gets an attribute associated with the user |
java.util.Enumeration |
getAttributeNames()
Returns the names of all of the attributes stored for the user |
java.util.Enumeration |
getAttributes()
Gets all of the attributes associated with the user |
java.lang.Object[] |
getAttributeValues(java.lang.String key)
Gets multiple values of an attribute associated with the user |
java.lang.String |
getFullName()
Gets the full name of the user |
int |
getID()
Gets the ID of the user |
ISecurityContext |
getSecurityContext()
Gets the security context object associated with the user |
boolean |
isGuest()
Checks to see if this user is considered a guest |
void |
setAttribute(java.lang.String key,
java.lang.Object value)
Associates an attribute with the user |
void |
setFullName(java.lang.String sFullName)
Sets the full name of the user |
void |
setID(int sID)
Sets the ID of the user |
void |
setSecurityContext(ISecurityContext securityContext)
Associates a security context object with the user |
Methods inherited from interface org.jasig.portal.IBasicEntity |
getEntityIdentifier |
Field Detail |
public static final java.lang.String USERNAME
Method Detail |
public void setID(int sID)
sID
- public int getID()
public void setFullName(java.lang.String sFullName)
sFullName
- public java.lang.String getFullName()
public java.lang.Object getAttribute(java.lang.String key)
key
-
public java.lang.Object[] getAttributeValues(java.lang.String key)
key
-
public void setAttribute(java.lang.String key, java.lang.Object value)
key
- value
- public java.util.Enumeration getAttributes()
public java.util.Enumeration getAttributeNames()
public void setSecurityContext(ISecurityContext securityContext)
securityContext
- public ISecurityContext getSecurityContext()
public boolean isGuest()
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |