Enum AuthnContextComparisonType

java.lang.Object
java.lang.Enum<AuthnContextComparisonType>
org.keycloak.dom.saml.v2.protocol.AuthnContextComparisonType
All Implemented Interfaces:
Serializable, Comparable<AuthnContextComparisonType>

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>