Class RequestData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new RequestData object with default constructs.RequestData
(String templateName) Deprecated.RequestData
(String requestTemplateName, String justification, Date executionDate, List<Beneficiary> beneficiaries, List<RequestEntity> targetEntities) Note: This constructor is only for internal use.RequestData
(Request request) This constructor is only for internal use -
Method Summary
Modifier and TypeMethodDescriptionGets the list of additional attributes defined in the requestdataGets the list of all Beneficiary details set with this requestGets the requested operation initiated dateGets the justification for creating this requestDeprecated.Gets a list of request entity objects set with this request.Gets the list of additional attributes defined in Request template set in this requestboolean
void
setAdditionalAttributes
(List<RequestTemplateAttribute> additionalAttributes) Sets addition attributes to the requestdatavoid
setBeneficiaries
(List<Beneficiary> beneficiaries) Sets a list of beneficiary objects to this RequestData.void
setEndingDate
(Date date) void
setExecutionDate
(Date date) Sets the date on which this request starts the initiation of requestvoid
setJustification
(String justification) Sets justification to this requestvoid
setPolicyViolationToken
(String policyViolationToken) void
setRequestTemplateName
(String templateName) Deprecated.void
setTargetEntities
(List<RequestEntity> targetEntities) Sets a list of RequestEntity object to this request.void
setTemplateAttributes
(List<RequestTemplateAttribute> templateAttributes) Sets addition attributes to this request.
-
Constructor Details
-
RequestData
public RequestData()Constructs a new RequestData object with default constructs. -
RequestData
Deprecated.Constructs a new RequestData with the specified Request template name.- Parameters:
templateName
- Request Template name
-
RequestData
public RequestData(String requestTemplateName, String justification, Date executionDate, List<Beneficiary> beneficiaries, List<RequestEntity> targetEntities) Note: This constructor is only for internal use.Constructs a new RequestData with specified Request template name, justification, date to initiate request operation , list of Beneficiary object, list of RequestEntity object. A requestData object is created either with a list of Beneficiary or with a list of RequestEntity object for a Request Template.
- Parameters:
requestTemplateName
- Request Template namejustification
- Justification for request creationexecutionDate
- Date to initiate this request operationbeneficiaries
- List of BeneficiariestargetEntities
- List of RequestEntity
-
RequestData
This constructor is only for internal use- Parameters:
request
- Request object
-
-
Method Details
-
getRequestTemplateName
Deprecated.Gets the request template name set with this request- Returns:
- request template name set with this request
-
setRequestTemplateName
Deprecated.Sets Request template name to this request- Parameters:
templateName
- The request template name to be set in this request
-
getJustification
Gets the justification for creating this request- Returns:
- justification of this request
-
setJustification
Sets justification to this request- Parameters:
justification
- The justification to create this request
-
getExecutionDate
Gets the requested operation initiated date- Returns:
- The requested operation initiated date
-
setExecutionDate
Sets the date on which this request starts the initiation of request- Parameters:
date
- The date on which requested operation needs initiation
-
getBeneficiaries
Gets the list of all Beneficiary details set with this request- Returns:
- A list of Beneficiary
-
setBeneficiaries
Sets a list of beneficiary objects to this RequestData. A RequestData object needs to be set with a list beneficiary objects, only when the request type is one of the below:- Assign Roles
- Self Assign Roles
- Remove from Roles
- Self Remove Roles
- Provision Resource
- Self-Request Resource
- Modify Provisioned Resource
- Self Modify Provisioned Resource
- Enable Provisioned Resource
- Disable Provisioned Resource
- De-provision Resource
- Self De-Provision Resource
Setting the beneficiary object is meant to create/delete/modify an one-to-one relationship between beneficiary (an user) and entities which can be Resource, Resource instance or Role. For the above request types, RequestData can be set with a list of beneficiaries and each beneficiary can have a list of entities associated with the relationship.
- Parameters:
beneficiaries
- A list of Beneficiary objects
-
getTargetEntities
Gets a list of request entity objects set with this request. RequestEntity (refer to as "Target Entity") object represents the target "User" or "Role" entity on which requested operation is performed.- Returns:
- A list of RequestEntity
-
setTargetEntities
Sets a list of RequestEntity object to this request. RequestEntity (refer to as "Target Entity") object represents the target "User" or "Role" entity on which requested operation is performed. A RequestData object needs to be set with a list of RequestEntity objects, only when the request type is one of the below:- Create User
- Self-Register User
- Delete User
- Enable User
- Disable User
- Modify User Profile
- Modify Self Profile
- Create Role
- Delete Role
- Modify Role
Requested operation is directly performed on the target RequestEntity. For the above request types, RequestData can be set with a list of Target Entities.
- Parameters:
targetEntities
- List of RequestEntity object
-
getTemplateAttributes
Gets the list of additional attributes defined in Request template set in this request- Returns:
- List of RequestTemplateAttributes
-
setTemplateAttributes
Sets addition attributes to this request. These additional attributes are defined at request template and is used only for reporting purpose.- Parameters:
templateAttributes
- List of RequestTemplateAttribute
-
isBulkRequest
public boolean isBulkRequest() -
getAdditionalAttributes
Gets the list of additional attributes defined in the requestdata- Returns:
- List of RequestTemplateAttributes
-
setAdditionalAttributes
Sets addition attributes to the requestdata- Parameters:
templateAttributes
- List of RequestTemplateAttribute
-
setEndingDate
-
getEndingDate
-
setPolicyViolationToken
-
getPolicyViolationToken
-