Enum Saml2DigestAuthenticationModuleType

  • All Implemented Interfaces:
    Serializable, Comparable<Saml2DigestAuthenticationModuleType>

    public enum Saml2DigestAuthenticationModuleType
    extends Enum<Saml2DigestAuthenticationModuleType>

    Java class for Saml2DigestAuthenticationModuleType.

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

     <simpleType name="Saml2DigestAuthenticationModuleType">
       <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>