|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Permission
A system permission. These permissions refer to access rights to operation within the Oracle Role Manager system, not external systems.
| Field Summary | |
|---|---|
static java.lang.String |
ALL_PERMISSIONSStatic variable representing any, for all permissions. |
static java.lang.String |
TYPEStatic variable representing systemPermission object. |
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()Gets the display name of the Permission. |
java.lang.String |
getName()Gets the unique name of the Permission. |
| Methods inherited from interface oracle.iam.rm.temporal.SnapshotObject |
|---|
delete, delete, getAllAttributes, getAttributeValue, getDefaultTitle, getMixin, getObjectKey, getObjectType, getRelativeObjects, getRelativeObjects, getStructuralObject, getStructuralObjectType, getVersion, isEditable, makeReadConsistent, setAttributeValue, setAttributeValues, stateEquals, updateVersion |
| Field Detail |
|---|
static final java.lang.String TYPE
systemPermission object.
static final java.lang.String ALL_PERMISSIONS
any, for all permissions.
| Method Detail |
|---|
java.lang.String getName()
String representing Permission name.java.lang.String getDisplayName()
String representing Permission display name
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||