Uses of Class
de.hybris.platform.ldap.exception.LDAPUnavailableException
Packages that use LDAPUnavailableException
-
Uses of LDAPUnavailableException in de.hybris.platform.ldap.connection
Methods in de.hybris.platform.ldap.connection that throw LDAPUnavailableExceptionModifier and TypeMethodDescriptionJNDIConnectionManager.getDirContext(JNDIConnectionImpl conn, String connectDN, char[] connectPassword) Fetch a working DirContext connection from the pool.static LDAPConnectionLDAPConnectionFactory.getLDAPConnection(ConnectionData connectiondata) Get a LDAPConnection using a standard JNDI backend.returns 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.protected LdapContextJNDIConnectionImpl.retryConnection(Exception reasonForRetry) 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 LDAPUnavailableException in de.hybris.platform.ldap.jalo
Methods in de.hybris.platform.ldap.jalo that throw LDAPUnavailableExceptionModifier and TypeMethodDescriptionvoidLDAPConfigProxyItem.testConnection(LDAPConfigProxyItem config)