Skip navigation links

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


oracle.iam.rm.inherent.role
Interface RoleMapping

All Superinterfaces:
SnapshotObject

public interface RoleMapping
extends SnapshotObject

Interface representing role mapping objects.


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

 

Method Summary
 ObjectKey getBusinessRole()
          Gets the object key representing the business role in this mapping.
 ObjectKey getITRole()
          Gets the object key representing the IT role 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 roleMapping object.
See Also:
Constant Field Values

Method Detail

getBusinessRole

ObjectKey getBusinessRole()
Gets the object key representing the business role in this mapping.

getITRole

ObjectKey getITRole()
Gets the object key representing the IT role in this mapping.

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.