Enum Class AuthnContextComparisonType

java.lang.Object
java.lang.Enum<AuthnContextComparisonType>
eu.europa.esig.saml.jaxb.protocol.AuthnContextComparisonType
All Implemented Interfaces:
Serializable, Comparable<AuthnContextComparisonType>, 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>