Uses of Class
de.hybris.platform.ldap.exception.LDAPOperationException
Packages that use LDAPOperationException
-
Uses of LDAPOperationException in de.hybris.platform.ldap.connection
Methods in de.hybris.platform.ldap.connection that throw LDAPOperationExceptionModifier and TypeMethodDescriptionreturns the next level of a directory tree, returning a Enumeration of the results, *relative* to the SearchBase (i.e.protected CollectionJNDIConnectionImpl.rawSearchBaseEntry(String searchbase, String filter, int limit, int timeout, String[] returnAttributes) This is the core method for all base entry searches.protected Collection<LDAPGenericObject>JNDIConnectionImpl.rawSearchOneLevel(String searchbase, String filter, int limit, int timeout, String[] returnAttributes) Method that calls the actual search on the jndi context.protected Collection<LDAPGenericObject>ActiveDirectoryConnectionImpl.rawSearchSubTree(String searchbase, String filter, int limit, int timeout, String[] returnAttributes) protected Collection<LDAPGenericObject>JNDIConnectionImpl.rawSearchSubTree(String searchbase, String filter, int limit, int timeout, String[] returnAttributes) TODO parameter searchscope && followReferral !!!protected Collection<LDAPGenericObject>ActiveDirectoryConnectionImpl.rawSearchSubTree_UsingRangeRetrieval(String searchbase, String filter, int limit, int timeout, String[] returnAttributes) Reads all the attribute type and values for the given entry.Reads all the attribute type and values for the given entry.Reads all the attribute type and values for the given entry.JNDIConnectionImpl.searchBaseEntry(String searchbase, String filter, int limit, int timeout) Performs a base object search (i.e.JNDIConnectionImpl.searchBaseEntry(String searchbase, String filter, int limit, int timeout, String[] returnAttributes) Performs a base object search (i.e.LDAPConnection.searchBaseEntry(String searchbase, String filter, int limit, int timeout) Performs a base object search (i.e.LDAPConnection.searchBaseEntry(String searchbase, String filter, int limit, int timeout, String[] returnAttributes) Performs a base object search (i.e.JNDIConnectionImpl.searchOneLevel(String searchbase, String filter, int limit, int timeout) Performs a one-level directory search (i.e.JNDIConnectionImpl.searchOneLevel(String searchbase, String filter, int limit, int timeout, String[] returnAttributes) Performs a one-level directory search (i.e.JNDIConnectionImpl.searchSubTree(String searchbase, String filter, int limit, int timeout) Performs a directory sub tree search (i.e.JNDIConnectionImpl.searchSubTree(String searchbase, String filter, int limit, int timeout, String[] returnAttributes) Performs a directory sub tree search (i.e.LDAPConnection.searchSubTree(String searchbase, String filter, int limit, int timeout) Performs a directory sub tree search (i.e.LDAPConnection.searchSubTree(String searchbase, String filter, int limit, int timeout, String[] returnAttributes) Performs a directory sub tree search (i.e. -
Uses of LDAPOperationException in de.hybris.platform.ldap.exception
Subclasses of LDAPOperationException in de.hybris.platform.ldap.exceptionMethods in de.hybris.platform.ldap.exception that return LDAPOperationExceptionModifier and TypeMethodDescriptionstatic LDAPOperationExceptionLDAPOperationException.createLDAPException(String message)