Package oracle.iam.grc.sod.vo
Class AsynchAnalysisReference
java.lang.Object
oracle.iam.grc.sod.vo.AsynchAnalysisReference
- All Implemented Interfaces:
Serializable
This interface represents the intermediate result of an SoD analysis execution
processing in an asynchronous manner. Instances of implementation of this
interface will be created by the SoD Analysis service component while capturing
the reference information pertaining to an initiated SoD analysis.
The framework would recreate these instances once the asynchronous
analysis result collection call is triggered by the IdM system and
send them to the result collection operations as an input.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAttributeMap
(HashMap attributeMap) void
setInputType
(String inputType) void
setMessage
(String message) void
setOperationId
(String operationId) void
setPolicyId
(String policyId) void
setReferenceId
(String referenceId)
-
Constructor Details
-
AsynchAnalysisReference
public AsynchAnalysisReference()
-
-
Method Details
-
getAttributeMap
- Returns:
- Returns the attributeMap.
-
setAttributeMap
- Parameters:
attributeMap
- The attributeMap to set.
-
getInputType
- Returns:
- Returns the inputType.
-
setInputType
- Parameters:
inputType
- The inputType to set.
-
getOperationId
- Returns:
- Returns the operationId.
-
setOperationId
- Parameters:
operationId
- The operationId to set.
-
getPolicyId
- Returns:
- Returns the policyId.
-
setPolicyId
- Parameters:
policyId
- The policyId to set.
-
getReferenceId
- Returns:
- Returns the referenceId.
-
setReferenceId
- Parameters:
referenceId
- The referenceId to set.
-
getMessage
- Returns:
- Message from Sod Engine
-
setMessage
- Parameters:
message
- the message to be set
-