Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.inherent.resource
Interface Permission

All Superinterfaces:
SnapshotObject

public interface Permission
extends SnapshotObject

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_PERMISSIONS
          Static variable representing any, for all permissions.
static java.lang.String TYPE
          Static 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

TYPE

static final java.lang.String TYPE
Static variable representing systemPermission object.
See Also:
Constant Field Values

ALL_PERMISSIONS

static final java.lang.String ALL_PERMISSIONS
Static variable representing any, for all permissions.
See Also:
Constant Field Values

Method Detail

getName

java.lang.String getName()
Gets the unique name of the Permission.
Returns:
String representing Permission name.

getDisplayName

java.lang.String getDisplayName()
Gets the display name of the Permission.
Returns:
String representing Permission display name

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.