public interface LdapOperations
void search(Name base, String filter, SearchControls controls, NameClassPairCallbackHandler handler) throws NamingException
NamingExceptionvoid search(String base, String filter, SearchControls controls, NameClassPairCallbackHandler handler) throws NamingException
NamingExceptionvoid search(Name base, String filter, SearchControls controls, NameClassPairCallbackHandler handler, DirContextProcessor processor) throws NamingException
NamingException<T> List<T> search(String base, String filter, SearchControls controls, AttributesMapper<T> mapper, DirContextProcessor processor) throws NamingException
NamingException<T> List<T> search(Name base, String filter, SearchControls controls, AttributesMapper<T> mapper, DirContextProcessor processor) throws NamingException
NamingException<T> List<T> search(String base, String filter, SearchControls controls, ContextMapper<T> mapper, DirContextProcessor processor) throws NamingException
NamingException<T> List<T> search(Name base, String filter, SearchControls controls, ContextMapper<T> mapper, DirContextProcessor processor) throws NamingException
NamingExceptionvoid search(String base, String filter, SearchControls controls, NameClassPairCallbackHandler handler, DirContextProcessor processor) throws NamingException
NamingExceptionvoid search(Name base, String filter, int searchScope, boolean returningObjFlag, NameClassPairCallbackHandler handler) throws NamingException
NamingExceptionvoid search(String base, String filter, int searchScope, boolean returningObjFlag, NameClassPairCallbackHandler handler) throws NamingException
NamingExceptionvoid search(Name base, String filter, NameClassPairCallbackHandler handler) throws NamingException
NamingExceptionvoid search(String base, String filter, NameClassPairCallbackHandler handler) throws NamingException
NamingException<T> List<T> search(Name base, String filter, int searchScope, String[] attrs, AttributesMapper<T> mapper) throws NamingException
NamingException<T> List<T> search(String base, String filter, int searchScope, String[] attrs, AttributesMapper<T> mapper) throws NamingException
NamingException<T> List<T> search(Name base, String filter, int searchScope, AttributesMapper<T> mapper) throws NamingException
NamingException<T> List<T> search(String base, String filter, int searchScope, AttributesMapper<T> mapper) throws NamingException
NamingException<T> List<T> search(Name base, String filter, AttributesMapper<T> mapper) throws NamingException
NamingException<T> List<T> search(String base, String filter, AttributesMapper<T> mapper) throws NamingException
NamingException<T> List<T> search(Name base, String filter, int searchScope, String[] attrs, ContextMapper<T> mapper) throws NamingException
NamingException<T> List<T> search(String base, String filter, int searchScope, String[] attrs, ContextMapper<T> mapper) throws NamingException
NamingException<T> List<T> search(Name base, String filter, int searchScope, ContextMapper<T> mapper) throws NamingException
NamingException<T> List<T> search(String base, String filter, int searchScope, ContextMapper<T> mapper) throws NamingException
NamingException<T> List<T> search(Name base, String filter, ContextMapper<T> mapper) throws NamingException
NamingException<T> List<T> search(String base, String filter, ContextMapper<T> mapper) throws NamingException
NamingException<T> List<T> search(String base, String filter, SearchControls controls, ContextMapper<T> mapper) throws NamingException
NamingException<T> List<T> search(Name base, String filter, SearchControls controls, ContextMapper<T> mapper) throws NamingException
NamingException<T> List<T> search(String base, String filter, SearchControls controls, AttributesMapper<T> mapper) throws NamingException
NamingException<T> List<T> search(Name base, String filter, SearchControls controls, AttributesMapper<T> mapper) throws NamingException
NamingExceptionvoid list(String base, NameClassPairCallbackHandler handler) throws NamingException
NamingExceptionvoid list(Name base, NameClassPairCallbackHandler handler) throws NamingException
NamingException<T> List<T> list(String base, NameClassPairMapper<T> mapper) throws NamingException
NamingException<T> List<T> list(Name base, NameClassPairMapper<T> mapper) throws NamingException
NamingExceptionList<String> list(String base) throws NamingException
NamingExceptionList<String> list(Name base) throws NamingException
NamingExceptionvoid listBindings(String base, NameClassPairCallbackHandler handler) throws NamingException
NamingExceptionvoid listBindings(Name base, NameClassPairCallbackHandler handler) throws NamingException
NamingException<T> List<T> listBindings(String base, NameClassPairMapper<T> mapper) throws NamingException
NamingException<T> List<T> listBindings(Name base, NameClassPairMapper<T> mapper) throws NamingException
NamingExceptionList<String> listBindings(String base) throws NamingException
NamingExceptionList<String> listBindings(Name base) throws NamingException
NamingException<T> List<T> listBindings(String base, ContextMapper<T> mapper) throws NamingException
NamingException<T> List<T> listBindings(Name base, ContextMapper<T> mapper) throws NamingException
NamingExceptionObject lookup(Name dn) throws NamingException
NamingExceptionObject lookup(String dn) throws NamingException
NamingException<T> T lookup(String dn, AttributesMapper<T> mapper) throws NamingException
NamingException<T> T lookup(String dn, ContextMapper<T> mapper) throws NamingException
NamingException<T> T lookup(String dn, String[] attributes, AttributesMapper<T> mapper) throws NamingException
NamingException<T> T lookup(String dn, String[] attributes, ContextMapper<T> mapper) throws NamingException
NamingException<T> T searchForObject(String base, String filter, SearchControls searchControls, ContextMapper<T> mapper)
<T> T searchForObject(String base, String filter, ContextMapper<T> mapper)
Copyright © 2022. All rights reserved.