Enum Saml2DigestAuthenticationModuleType

  • All Implemented Interfaces:
    Serializable, Comparable<Saml2DigestAuthenticationModuleType>

    public enum Saml2DigestAuthenticationModuleType
    extends Enum<Saml2DigestAuthenticationModuleType>
    <p>Java class for Saml2DigestAuthenticationModuleType. <p>The following schema fragment specifies the expected content contained within this class. <p> <pre> &lt;simpleType name="Saml2DigestAuthenticationModuleType"&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; &lt;enumeration value="http://www.w3.org/2000/09/xmldsig#sha1"/&gt; &lt;enumeration value="http://www.w3.org/2001/04/xmlenc#sha256"/&gt; &lt;enumeration value="http://www.w3.org/2001/04/xmlenc#sha512"/&gt; &lt;enumeration value="http://www.w3.org/2001/04/xmlenc#ripemd160"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; </pre>