Enum Saml2NameIdAuthenticationModuleType

  • All Implemented Interfaces:
    Serializable, Comparable<Saml2NameIdAuthenticationModuleType>

    public enum Saml2NameIdAuthenticationModuleType
    extends Enum<Saml2NameIdAuthenticationModuleType>

    Java class for Saml2NameIdAuthenticationModuleType.

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

     <simpleType name="Saml2NameIdAuthenticationModuleType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"/>
         <enumeration value="urn:oasis:names:tc:SAML:2.0:nameid-format:transient"/>
         <enumeration value="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"/>
         <enumeration value="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"/>
         <enumeration value="urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName"/>
       </restriction>
     </simpleType>