|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.fc.Item
wt.org.WTPrincipal
public abstract class WTPrincipal
Abstract class that represents a user or a group of users.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Determines if the current principal is equal to the one passed as argument. |
String |
getPrincipalDisplayIdentifier()
This method returns display identifier of a principal. |
String |
getUniqueDisplayIdentifier()
The method provides one unique display format of a principal for user: Last Name, First Name (uid: orgname) or Last Name, First Name (email) for external group: Group Name (org name) for internal group: Group Name (team name) for organization: Org Name (orgid) Supported API: true |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.security.Principal |
|---|
toString |
| Method Detail |
|---|
public boolean equals(Object obj)
equals in interface Principalobj -
public String getUniqueDisplayIdentifier()
throws WTException
WTException
public String getPrincipalDisplayIdentifier()
throws WTException
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||