|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.auth.ChildUser
Represents a user contained within a user group.
| Constructor Summary | |
ChildUser(java.lang.String userName,
java.lang.String userAuthName,
java.lang.String userUniqueName)
Constructor. |
|
| Method Summary | |
java.lang.String |
getUserAuthName()
Gets the name that the portal passes to the authenticate method during login. |
java.lang.String |
getUserName()
Gets the name of the user's account in the portal. |
java.lang.String |
getUserUniqueName()
Gets the unique identifier for this user within the authentication service. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ChildUser(java.lang.String userName,
java.lang.String userAuthName,
java.lang.String userUniqueName)
userName - the name of the user's account in the portaluserAuthName - the name that the portal passes to the authenticate method during loginuserUniqueName - the unique identifier for this user within the authentication service| Method Detail |
public java.lang.String getUserName()
public java.lang.String getUserAuthName()
public java.lang.String getUserUniqueName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2008 Oracle® Corporation. All Rights Reserved.