|
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 Resource
This interface represents a system resource, such as a business operation within Oracle Role Manager. A resource hs a type and a qualifier.
| Field Summary | |
|---|---|
static java.lang.String |
ALLStatic variable representing all. |
static java.lang.String |
TYPEStatic variable representing systemResource object. |
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()Gets the display name of the System Resource. |
java.lang.String |
getName()Gets the unique name of the Resource. |
java.lang.String |
getQualifier()Returns a string used to distinguish this resource from other resources of the same resource type. |
ObjectKey |
getResourceType()Gets the object key of the related 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 |
|---|
static final java.lang.String TYPE
systemResource object.
static final java.lang.String ALL
all.
| Method Detail |
|---|
java.lang.String getName()
String representing Resource unique name.java.lang.String getDisplayName()
String representing display name of SystemResourceObjectKey getResourceType()
ObjectKey of the related ResourceTypejava.lang.String getQualifier()
String qualifier.
|
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 | |||||||||