|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.portlets.swapper.IdentitySwapperPrincipal
public class IdentitySwapperPrincipal
Implements an immutable IPrincipal for use with the identity swapper
| Constructor Summary | |
|---|---|
IdentitySwapperPrincipal(IPerson person)
|
|
| Method Summary | |
|---|---|
String |
getFullName()
Returns the human-readable name of the principal. |
String |
getGlobalUID()
Returns the globally unique user identifier for this principal. |
String |
getUID()
Returns the locally unique username or user identifier for this principal. |
void |
setUID(String UID)
Sets the locally unique username in preparation for authentication. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentitySwapperPrincipal(IPerson person)
| Method Detail |
|---|
public String getFullName()
IPrincipal
getFullName in interface IPrincipalpublic String getGlobalUID()
IPrincipal
getGlobalUID in interface IPrincipalpublic String getUID()
IPrincipal
getUID in interface IPrincipalpublic void setUID(String UID)
IPrincipal
setUID in interface IPrincipalUID - The desired locally unique UID value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||