|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface that defines the required methods for assigning and retrieving information about the authenticated principal (user). Providers requiring additional principal information should extend this interface rather than replacing it.
Method Summary | |
java.lang.String |
getFullName()
Returns the human-readable name of the principal. |
java.lang.String |
getGlobalUID()
Returns the globally unique user identifier for this principal. |
java.lang.String |
getUID()
Returns the locally unique username or user identifier for this principal. |
void |
setUID(java.lang.String UID)
Sets the locally unique username in preparation for authentication. |
Method Detail |
public java.lang.String getUID()
public java.lang.String getGlobalUID()
public java.lang.String getFullName()
public void setUID(java.lang.String UID)
UID
- The desired locally unique UID value.
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |