Skip navigation links

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


oracle.iam.rm.inherent.resource
Interface ITRolePrivilegeMapping

All Superinterfaces:
SnapshotObject

public interface ITRolePrivilegeMapping
extends SnapshotObject

A mapping between an ITRole and an ITPrivilege, indicating that having the ITRole gives you the ITPrivilege. ITPrivilege object represents an Entitlement in Oracle Role Manager.


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

 

Method Summary
 ObjectKey getITPrivilege()
          Gets the object key of the Entitlement in this ITRolePrivilegeMapping.
 ObjectKey getITRole()
          Gets the object key of the ITRole in this ITRolePrivilegeMapping.

 

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

Method Detail

getITPrivilege

ObjectKey getITPrivilege()
Gets the object key of the Entitlement in this ITRolePrivilegeMapping.
Returns:
ObjectKey of the IT Privilege

getITRole

ObjectKey getITRole()
Gets the object key of the ITRole in this ITRolePrivilegeMapping.
Returns:
ObjectKey of the IT Role

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.