Java org.springframework.security.ldap.search FilterBasedLdapUserSearch fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.ldap.search FilterBasedLdapUserSearch fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.ldap.search FilterBasedLdapUserSearch.

The text is from its open source code.

Subclass

org.springframework.security.ldap.search.FilterBasedLdapUserSearch has subclasses.
Click this link to see all its subclasses.

Constructor

Method

DirContextOperationssearchForUser(String username)
Return the LdapUserDetails containing the user's information
voidsetDerefLinkFlag(boolean deref)
Sets the corresponding property on the SearchControls instance used in the search.
voidsetReturningAttributes(String[] attrs)
Specifies the attributes that will be returned as part of the search.
voidsetSearchSubtree(boolean searchSubtree)
If true then searches the entire subtree as identified by context, if false (the default) then only searches the level identified by the context.