Enum AuthnContextComparisonType

java.lang.Object
java.lang.Enum<AuthnContextComparisonType>
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.AuthnContextComparisonType
All Implemented Interfaces:
Serializable, Comparable<AuthnContextComparisonType>, java.lang.constant.Constable

public enum AuthnContextComparisonType extends Enum<AuthnContextComparisonType>

Java class for AuthnContextComparisonType.

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

 <simpleType name="AuthnContextComparisonType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="exact"/>
     <enumeration value="minimum"/>
     <enumeration value="maximum"/>
     <enumeration value="better"/>
   </restriction>
 </simpleType>