Class LdapAuthenticationModuleType

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

    public class LdapAuthenticationModuleType
    extends AbstractAuthenticationModuleType
    implements Serializable, Cloneable, Containerable
    LDAP authentication module supports authentication via LDAP server.

    Java class for LdapAuthenticationModuleType complex type.

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

     <complexType name="LdapAuthenticationModuleType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractAuthenticationModuleType">
           <sequence>
             <element name="host" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="userDn" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="userPassword" type="{http://prism.evolveum.com/xml/ns/public/types-3}ProtectedStringType"/>
             <element name="dnPattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="search" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LdapSearchAuthenticationModuleType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form