Class AsynchAnalysisReference

java.lang.Object
oracle.iam.grc.sod.vo.AsynchAnalysisReference
All Implemented Interfaces:
Serializable

public class AsynchAnalysisReference extends Object implements 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 Details

    • AsynchAnalysisReference

      public AsynchAnalysisReference()
  • Method Details

    • getAttributeMap

      public HashMap getAttributeMap()
      Returns:
      Returns the attributeMap.
    • setAttributeMap

      public void setAttributeMap(HashMap attributeMap)
      Parameters:
      attributeMap - The attributeMap to set.
    • getInputType

      public String getInputType()
      Returns:
      Returns the inputType.
    • setInputType

      public void setInputType(String inputType)
      Parameters:
      inputType - The inputType to set.
    • getOperationId

      public String getOperationId()
      Returns:
      Returns the operationId.
    • setOperationId

      public void setOperationId(String operationId)
      Parameters:
      operationId - The operationId to set.
    • getPolicyId

      public String getPolicyId()
      Returns:
      Returns the policyId.
    • setPolicyId

      public void setPolicyId(String policyId)
      Parameters:
      policyId - The policyId to set.
    • getReferenceId

      public String getReferenceId()
      Returns:
      Returns the referenceId.
    • setReferenceId

      public void setReferenceId(String referenceId)
      Parameters:
      referenceId - The referenceId to set.
    • getMessage

      public String getMessage()
      Returns:
      Message from Sod Engine
    • setMessage

      public void setMessage(String message)
      Parameters:
      message - the message to be set