|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPerson
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 |
setAttributes(java.util.Map attrs)
Associates attributes 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 |
---|
static final java.lang.String USERNAME
Method Detail |
---|
void setID(int sID)
sID
- int getID()
void setFullName(java.lang.String sFullName)
sFullName
- java.lang.String getFullName()
java.lang.Object getAttribute(java.lang.String key)
key
-
java.lang.Object[] getAttributeValues(java.lang.String key)
key
-
void setAttribute(java.lang.String key, java.lang.Object value)
key
- value
- void setAttributes(java.util.Map attrs)
attrs
- java.util.Enumeration getAttributes()
java.util.Enumeration getAttributeNames()
void setSecurityContext(ISecurityContext securityContext)
securityContext
- ISecurityContext getSecurityContext()
boolean isGuest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |