public interface PrincipalHolder
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getGUID()Returns the GUID for this enterprise user or role/group | 
| java.lang.String | getName()Returns the name for this enterprise user or role/group | 
| java.security.Principal | getPrincipal()Returns the  Principalclass for this enterprise user or role/group | 
| PrincipalEntry | getPrincipalEntry()Returns the  PrincipalEntryclass for this enterprise user or role/group | 
| java.lang.String | getUniqueName()Returns the unique name for this enterprise user or role/group | 
java.security.Principal getPrincipal()
Principal class for this enterprise user or role/groupPrincipal classPrincipalEntry getPrincipalEntry()
PrincipalEntry class for this enterprise user or role/groupPrincipalEntry classjava.lang.String getName()
java.lang.String getUniqueName()
java.lang.String getGUID()