public class LdapTemplate extends Object implements LdapOperations
| Constructor and Description |
|---|
LdapTemplate() |
public void search(Name base, String filter, SearchControls controls, NameClassPairCallbackHandler handler) throws NamingException
search in interface LdapOperationsNamingExceptionpublic void search(String base, String filter, SearchControls controls, NameClassPairCallbackHandler handler) throws NamingException
search in interface LdapOperationsNamingExceptionpublic void search(Name base, String filter, SearchControls controls, NameClassPairCallbackHandler handler, DirContextProcessor processor) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(String base, String filter, SearchControls controls, AttributesMapper<T> mapper, DirContextProcessor processor) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(Name base, String filter, SearchControls controls, AttributesMapper<T> mapper, DirContextProcessor processor) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(String base, String filter, SearchControls controls, ContextMapper<T> mapper, DirContextProcessor processor) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(Name base, String filter, SearchControls controls, ContextMapper<T> mapper, DirContextProcessor processor) throws NamingException
search in interface LdapOperationsNamingExceptionpublic void search(String base, String filter, SearchControls controls, NameClassPairCallbackHandler handler, DirContextProcessor processor) throws NamingException
search in interface LdapOperationsNamingExceptionpublic void search(Name base, String filter, int searchScope, boolean returningObjFlag, NameClassPairCallbackHandler handler) throws NamingException
search in interface LdapOperationsNamingExceptionpublic void search(String base, String filter, int searchScope, boolean returningObjFlag, NameClassPairCallbackHandler handler) throws NamingException
search in interface LdapOperationsNamingExceptionpublic void search(Name base, String filter, NameClassPairCallbackHandler handler) throws NamingException
search in interface LdapOperationsNamingExceptionpublic void search(String base, String filter, NameClassPairCallbackHandler handler) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(Name base, String filter, int searchScope, String[] attrs, AttributesMapper<T> mapper) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(String base, String filter, int searchScope, String[] attrs, AttributesMapper<T> mapper) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(Name base, String filter, int searchScope, AttributesMapper<T> mapper) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(String base, String filter, int searchScope, AttributesMapper<T> mapper) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(Name base, String filter, AttributesMapper<T> mapper) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(String base, String filter, AttributesMapper<T> mapper) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(Name base, String filter, int searchScope, String[] attrs, ContextMapper<T> mapper) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(String base, String filter, int searchScope, String[] attrs, ContextMapper<T> mapper) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(Name base, String filter, int searchScope, ContextMapper<T> mapper) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(String base, String filter, int searchScope, ContextMapper<T> mapper) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(Name base, String filter, ContextMapper<T> mapper) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(String base, String filter, ContextMapper<T> mapper) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(String base, String filter, SearchControls controls, ContextMapper<T> mapper) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(Name base, String filter, SearchControls controls, ContextMapper<T> mapper) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(String base, String filter, SearchControls controls, AttributesMapper<T> mapper) throws NamingException
search in interface LdapOperationsNamingExceptionpublic <T> List<T> search(Name base, String filter, SearchControls controls, AttributesMapper<T> mapper) throws NamingException
search in interface LdapOperationsNamingExceptionpublic void list(String base, NameClassPairCallbackHandler handler) throws NamingException
list in interface LdapOperationsNamingExceptionpublic void list(Name base, NameClassPairCallbackHandler handler) throws NamingException
list in interface LdapOperationsNamingExceptionpublic <T> List<T> list(String base, NameClassPairMapper<T> mapper) throws NamingException
list in interface LdapOperationsNamingExceptionpublic <T> List<T> list(Name base, NameClassPairMapper<T> mapper) throws NamingException
list in interface LdapOperationsNamingExceptionpublic List<String> list(String base) throws NamingException
list in interface LdapOperationsNamingExceptionpublic List<String> list(Name base) throws NamingException
list in interface LdapOperationsNamingExceptionpublic void listBindings(String base, NameClassPairCallbackHandler handler) throws NamingException
listBindings in interface LdapOperationsNamingExceptionpublic void listBindings(Name base, NameClassPairCallbackHandler handler) throws NamingException
listBindings in interface LdapOperationsNamingExceptionpublic <T> List<T> listBindings(String base, NameClassPairMapper<T> mapper) throws NamingException
listBindings in interface LdapOperationsNamingExceptionpublic <T> List<T> listBindings(Name base, NameClassPairMapper<T> mapper) throws NamingException
listBindings in interface LdapOperationsNamingExceptionpublic List<String> listBindings(String base) throws NamingException
listBindings in interface LdapOperationsNamingExceptionpublic List<String> listBindings(Name base) throws NamingException
listBindings in interface LdapOperationsNamingExceptionpublic <T> List<T> listBindings(String base, ContextMapper<T> mapper) throws NamingException
listBindings in interface LdapOperationsNamingExceptionpublic <T> List<T> listBindings(Name base, ContextMapper<T> mapper) throws NamingException
listBindings in interface LdapOperationsNamingExceptionpublic Object lookup(Name dn) throws NamingException
lookup in interface LdapOperationsNamingExceptionpublic Object lookup(String dn) throws NamingException
lookup in interface LdapOperationsNamingExceptionpublic <T> T lookup(String dn, AttributesMapper<T> mapper) throws NamingException
lookup in interface LdapOperationsNamingExceptionpublic <T> T lookup(String dn, ContextMapper<T> mapper) throws NamingException
lookup in interface LdapOperationsNamingExceptionpublic <T> T lookup(String dn, String[] attributes, AttributesMapper<T> mapper) throws NamingException
lookup in interface LdapOperationsNamingExceptionpublic <T> T lookup(String dn, String[] attributes, ContextMapper<T> mapper) throws NamingException
lookup in interface LdapOperationsNamingExceptionpublic <T> T searchForObject(String base, String filter, SearchControls searchControls, ContextMapper<T> mapper)
searchForObject in interface LdapOperationspublic <T> T searchForObject(String base, String filter, ContextMapper<T> mapper)
searchForObject in interface LdapOperationsCopyright © 2022. All rights reserved.