Uses of Class
de.hybris.platform.ldap.connection.LDAPGenericObject
Packages that use LDAPGenericObject
Package
Description
-
Uses of LDAPGenericObject in de.hybris.platform.ldap
Methods in de.hybris.platform.ldap with parameters of type LDAPGenericObjectModifier and TypeMethodDescriptionLDIF2ImpExConverter.generateImportLine(LDAPGenericObject obj, String mode) -
Uses of LDAPGenericObject in de.hybris.platform.ldap.connection
Methods in de.hybris.platform.ldap.connection that return types with arguments of type LDAPGenericObjectModifier and TypeMethodDescriptionreturns the next level of a directory tree, returning a Enumeration of the results, *relative* to the SearchBase (i.e.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) 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, String[] returnAttributes) Performs a directory sub tree search (i.e. -
Uses of LDAPGenericObject in de.hybris.platform.ldap.jalo
Methods in de.hybris.platform.ldap.jalo that return types with arguments of type LDAPGenericObjectModifier and TypeMethodDescriptionLDAPManager.browseLDAP(LDAPConfigProxyItem config, String searchbase, String personObjectClass, String searchfield, String searchOperation, String searchvalue, String[] attrs) Performs a directory sub tree search (i.e.LDAPManager.browseLDAP(String searchbase, String filter, String[] attrs) LDAPManager.browseLDAP(String searchbase, String filter, String[] attrs, int limit)