|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 1 (11.1.1) E22649-02 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PrincipalEntry
A representation of a principal in the policystore.
| Method Summary | |
|---|---|
java.lang.String |
getAppID()Returns the name of the application to which the principal is scoped to. |
java.lang.String |
getClassName()Return the name of the class implementing the principal. |
java.lang.String |
getDescription()Returns the description (if any). |
java.lang.String |
getDisplayName()Returns the display name |
java.lang.String |
getGUID()Returns the GUID (if any) associated with this principal. |
java.lang.String |
getName()Name of the entry. |
java.security.Principal |
getPrincipal()Return the underlying Java Principal object. |
java.lang.String |
getType()Return the type of the Principal. |
java.lang.String |
getUniqueName()Returns the name of the principal that uniquely identifies the principal in its underlying policy or identity store (i.e. |
| Method Detail |
|---|
java.lang.String getType()
If the principal is a JpsPrincipalType, then the value returned is the toString() value of the PrincipalType defined by JpsPrincipalType.
For a principal entry representing a custom principal (i.e. not a JpsPrincipalType), then a null string must be returned.
java.lang.String getClassName()
java.security.Principal getPrincipal()
Principal object.java.lang.String getUniqueName()
java.lang.String getAppID()
java.lang.String getGUID()
java.lang.String getName()
java.lang.String getDisplayName()
java.lang.String getDescription()
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 1 (11.1.1) E22649-02 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||