Enum AuthenticationModuleSaml2DigestType

  • All Implemented Interfaces:
    Serializable, Comparable<AuthenticationModuleSaml2DigestType>

    public enum AuthenticationModuleSaml2DigestType
    extends Enum<AuthenticationModuleSaml2DigestType>

    Java class for AuthenticationModuleSaml2DigestType.

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

     <simpleType name="AuthenticationModuleSaml2DigestType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="http://www.w3.org/2000/09/xmldsig#sha1"/>
         <enumeration value="http://www.w3.org/2001/04/xmlenc#sha256"/>
         <enumeration value="http://www.w3.org/2001/04/xmlenc#sha512"/>
         <enumeration value="http://www.w3.org/2001/04/xmlenc#ripemd160"/>
       </restriction>
     </simpleType>