Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


oracle.iam.rm.inherent.resource
Interface ResourceType

All Superinterfaces:
SnapshotObject

public interface ResourceType
extends SnapshotObject

Interface representing a type of entity access to which needs to be restricted by the authorization subsystem.


Field Summary
static java.lang.String TYPE
          Static variable representing systemResourceType object.

 

Method Summary
 java.lang.String getDisplayName()
          Gets the display name of the ResourceType.
 java.lang.String getName()
          Gets the unique name of the ResourceType.

 

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 systemResourceType object.
See Also:
Constant Field Values

Method Detail

getName

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

getDisplayName

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

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


Copyright © 2007, 2008 Oracle. All Rights Reserved.