Class LdapSearchAuthenticationModuleType

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

    public class LdapSearchAuthenticationModuleType
    extends Object
    implements Serializable, Cloneable, Containerable
    Search configuration which uses an Ldap filter to locate the user

    Java class for LdapSearchAuthenticationModuleType complex type.

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

     <complexType name="LdapSearchAuthenticationModuleType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="pattern" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="namingAttr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="subtree" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form