Skip navigation links

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


oracle.iam.rm.inherent.role
Interface UserRoleAssignment

All Superinterfaces:
SnapshotObject

public interface UserRoleAssignment
extends SnapshotObject

Interface representing UserRoleAssignment objects.


Field Summary
static java.lang.String TYPE
          Static variable, userRoleAssignment.

 

Method Summary
 ObjectKey getAssignee()
          Gets object key representing the assignee or user.
 ObjectKey getRole()
          Gets the object key representing the role.

 

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, userRoleAssignment.
See Also:
Constant Field Values

Method Detail

getAssignee

ObjectKey getAssignee()
Gets object key representing the assignee or user.

getRole

ObjectKey getRole()
Gets the object key representing the role.

Skip navigation links

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


Copyright © 2007, 2008 Oracle. All Rights Reserved.