Class Policy

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

public class Policy extends Object implements Serializable
This value object represents a SoD policy defintion present in the SoD engine.
See Also:
  • Constructor Details

    • Policy

      public Policy()
  • Method Details

    • getAttributes

      public Attribute[] getAttributes()
    • setAttributes

      public void setAttributes(Attribute[] attributes)
    • getSeverityType

      public String getSeverityType()
    • setSeverityType

      public void setSeverityType(String severityType)
    • getRuleElementList

      public oracle.iam.grc.sod.dstruct.ConnectedList getRuleElementList()