|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPrincipal
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 |
---|
java.lang.String getUID()
java.lang.String getGlobalUID()
java.lang.String getFullName()
void setUID(java.lang.String UID)
UID
- The desired locally unique UID value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |