Enum Class DecisionType

java.lang.Object
java.lang.Enum<DecisionType>
eu.europa.esig.saml.jaxb.assertion.DecisionType
All Implemented Interfaces:
Serializable, Comparable<DecisionType>, Constable

public enum DecisionType extends Enum<DecisionType>

Java class for DecisionType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="DecisionType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Permit"/>
     <enumeration value="Deny"/>
     <enumeration value="Indeterminate"/>
   </restriction>
 </simpleType>