org.enhydra.jawe.components.ldap
Class LDAPUtils
java.lang.Object
org.enhydra.jawe.components.ldap.LDAPUtils
public class LDAPUtils
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LDAPUtils
public LDAPUtils()
getEntries
public static void getEntries(LDAPConfiguration ldc,
java.util.List objClassChoices,
java.lang.String selectedObjectClassFilter,
java.lang.String searchCriteria,
java.util.List entries)
throws java.lang.Exception
- Throws:
java.lang.Exception
convertLDAPEntryToInfoObject
protected static LDAPEntryInfo convertLDAPEntryToInfoObject(javax.naming.directory.SearchResult entry,
LDAPConfiguration ldc)
createParticipants
public static void createParticipants(java.util.List allEntries)
- Creates participants based on LDAP entries.
getSearchType
protected static int getSearchType(java.lang.String ocf)