Package oracle.iam.request.vo
Class RequestBeneficiaryEntity
java.lang.Object
oracle.iam.request.vo.RequestBeneficiaryEntity
- All Implemented Interfaces:
Serializable
value object to store entity name and its data
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the additional entity data associated with this entityGets the entity attributes.Gets the entity sub type of the request entity.Deprecated.Returns the enum equivalent of request entity type i.e User/Role/Resourcevoid
setAdditionalEntityData
(List<RequestBeneficiaryEntityAttribute> additionalAttributes) Sets the additional entity data associated with this entityvoid
setEntityData
(List<RequestBeneficiaryEntityAttribute> entityAttributes) Sets the entity attributes.void
setEntityKey
(String entityKey) Sets the key of the entity.void
setEntitySubType
(String entitySubType) Sets the entity sub type of the request entity.void
setEntityType
(String type) Deprecated.use setEntityType with OIMType as input parameter.void
setExtraAttributes
(HashMap<String, Object> extraAttributes) void
setOperation
(String operation) void
setRequestEntityType
(OIMType type) Sets the request entity type i.e User/Role/Resource from the given OIMType.
-
Constructor Details
-
RequestBeneficiaryEntity
public RequestBeneficiaryEntity()
-
-
Method Details
-
setEntityType
Deprecated.use setEntityType with OIMType as input parameter. This method will be replaced withsetRequestEntityType
Set the type of the request entity. Eg: "User", "Resource"- Parameters:
type
- of the request entity.
-
getEntityType
Deprecated.will be replaced with return type OIMType in futuregetRequestEntityType
Gets the entity type of this entity- Returns:
-
setRequestEntityType
Sets the request entity type i.e User/Role/Resource from the given OIMType.- Parameters:
type
- - request entity type. Enums defined in the OIMType
-
getRequestEntityType
Returns the enum equivalent of request entity type i.e User/Role/Resource- Returns:
- enum equivalent of the request entity type.
-
setEntityData
Sets the entity attributes. -
getEntityData
Gets the entity attributes. (Note: only entity specific data, and not additional data)- Returns:
-
getEntitySubType
Gets the entity sub type of the request entity. This is applicable only for generic entities like Resource, Role. For Resource entity, entity subtype is the resource name. For Role entity, the entity subtype is the role name.- Returns:
-
setEntitySubType
Sets the entity sub type of the request entity. This is applicable only for generic entities like Resource, Role. For Resource entity, entity sub-type is the resource name. For Role entity, the entity sub-type is the role name.- Parameters:
entityName
-
-
getEntityKey
-
setEntityKey
Sets the key of the entity. Following are the keys for different request types:- Provision Resource - key of the resource.
- Modify Provisioned Resource - resource instance key
- Enable Provisioned Resource - resource instance key
- Disable Provisioned Resource - resource instance key
- Revoke Provisioned Resource - resource instance key
- Assign Roles, Remove from roles - key of the role
- Parameters:
entityKey
-
-
setOperation
-
getOperation
-
setAdditionalEntityData
Sets the additional entity data associated with this entity- Parameters:
addnlEntityattributes
- - list of entity attribute objects
-
getAdditionalEntityData
Gets the additional entity data associated with this entity- Returns:
- List of beneficiary entity attribute objects
-
setExtraAttributes
-
getExtraAttributes
-
getRequestEntityType