Class AuthenticationModulesType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class AuthenticationModulesType
    extends Object
    implements Serializable, Cloneable, Containerable
    Definition of authentication modules that midPoint is aware about. Each element has a configuration of a particular authentication element instance. Each modules specified in the container must have unique name. <p>Java class for AuthenticationModulesType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AuthenticationModulesType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="loginForm" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LoginFormAuthenticationModuleType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="httpBasic" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}HttpBasicAuthenticationModuleType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="httpHeader" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}HttpHeaderAuthenticationModuleType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="saml2" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}Saml2AuthenticationModuleType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="oidc" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OidcAuthenticationModuleType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="mailNonce" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MailNonceAuthenticationModuleType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="smsNonce" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SmsNonceAuthenticationModuleType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="securityQuestionsForm" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SecurityQuestionsFormAuthenticationModuleType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="httpSecQ" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}HttpSecQAuthenticationModuleType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="ldap" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LdapAuthenticationModuleType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="other" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OtherAuthenticationModuleType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form