Skip navigation links

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


oracle.iam.rm.inherent.resource
Interface SysRolePrivilegeMapping

All Superinterfaces:
SnapshotObject

public interface SysRolePrivilegeMapping
extends SnapshotObject

A mapping between a SystemRole and a SystemPrivilege, indicating that having the SystemRole gives you the SystemPrivilege.


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

 

Method Summary
 ObjectKey getPrivilege()
          Gets the object key of the SystemPrivilege in this mapping.
 ObjectKey getRole()
          Gets the object key of the SystemRole in this mapping.

 

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

Method Detail

getPrivilege

ObjectKey getPrivilege()
Gets the object key of the SystemPrivilege in this mapping.
Returns:
ObjectKey object key of the SystemPrivilege

getRole

ObjectKey getRole()
Gets the object key of the SystemRole in this mapping.
Returns:
ObjectKey object key of the SystemRole

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.