Package oracle.iam.grc.sod.vo
Class SoDAnalysisInput
java.lang.Object
oracle.iam.grc.sod.vo.SoDAnalysisInput
- All Implemented Interfaces:
Serializable
This class represents the SoD Analysis input.
An instance of it will be created by the PEP once
the analysis is triggered.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDuty[]
long
getUser()
void
void
setOperationID
(String operationID) void
setRetryInterval
(long retryInterval) void
-
Constructor Details
-
SoDAnalysisInput
public SoDAnalysisInput()
-
-
Method Details
-
getRetryInterval
public long getRetryInterval() -
setRetryInterval
public void setRetryInterval(long retryInterval) -
getDuties
- Returns:
- Returns the duties.
-
setDuties
- Parameters:
duties
- The duties to set.
-
getOperationID
- Returns:
- Returns the operationID.
-
setOperationID
- Parameters:
operationID
- The operationID to set.
-
getUser
- Returns:
- Returns the user.
-
setUser
- Parameters:
user
- The user to set.
-