Enum AuthenticationModuleSaml2NameIdType

  • All Implemented Interfaces:
    Serializable, Comparable<AuthenticationModuleSaml2NameIdType>

    public enum AuthenticationModuleSaml2NameIdType
    extends Enum<AuthenticationModuleSaml2NameIdType>

    Java class for AuthenticationModuleSaml2NameIdType.

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

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