Class AuthenticationModuleLdapSearchType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

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

    Java class for AuthenticationModuleLdapSearchType complex type.

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

     <complexType name="AuthenticationModuleLdapSearchType">
       <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