Skip navigation links


oracle.iam.grc.sod.vo
Class Policy

java.lang.Object
  extended by oracle.iam.grc.sod.vo.Policy

All Implemented Interfaces:
java.io.Serializable

public class Policy
extends java.lang.Object
implements java.io.Serializable

This value object represents a SoD policy defintion present in the SoD engine.

See Also:
Serialized Form

Constructor Summary
Policy()
           

 

Method Summary
 Attribute[] getAttributes()
           
 oracle.iam.grc.sod.dstruct.ConnectedList getRuleElementList()
           
 java.lang.String getSeverityType()
           
 void setAttributes(Attribute[] attributes)
           
 void setSeverityType(java.lang.String severityType)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Policy

public Policy()

Method Detail

getAttributes

public Attribute[] getAttributes()

setAttributes

public void setAttributes(Attribute[] attributes)

getSeverityType

public java.lang.String getSeverityType()

setSeverityType

public void setSeverityType(java.lang.String severityType)

getRuleElementList

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

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.