Skip navigation links

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


oracle.iam.rm.inherent.resource
Interface ITPrivilege

All Superinterfaces:
SnapshotObject

public interface ITPrivilege
extends SnapshotObject

This interface represents an entitlement that resides in an external system. The entitlement may be mapped to one or more IT Roles. An entitlement is represented by ITPrivilege object in Oracle Role Manager.


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

 

Method Summary
 java.lang.String getDisplayName()
          Gets the display name of the Entitlement.
 java.lang.String getITPrivilegeDetails()
          Gets the entitlement details value if it exists, otherwise returns null.
 void setDisplayName(java.lang.String displayName)
          Sets the display name of the Entitlement.
 void setITPrivilegeDetails(java.lang.String itPrivilegeDetails)
          Sets the entitlement details for the Entitlement.

 

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

Method Detail

getDisplayName

java.lang.String getDisplayName()
Gets the display name of the Entitlement.
Returns:
String representing display name of the Entitlement

setDisplayName

void setDisplayName(java.lang.String displayName)
Sets the display name of the Entitlement.
Parameters:
displayName - String to set as display name. Must not be null.

getITPrivilegeDetails

java.lang.String getITPrivilegeDetails()
Gets the entitlement details value if it exists, otherwise returns null. Entitlement details can be used to further identify Entitlements related to external systems.
Returns:
String representing the entitlement details, or null if none exists.

setITPrivilegeDetails

void setITPrivilegeDetails(java.lang.String itPrivilegeDetails)
Sets the entitlement details for the Entitlement. Entitlement details can be used to further identify Entitlements related to external systems.
Parameters:
itPrivilegeDetails - String to set as the entitlement details

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.