Together Workflow Editor 3.0-1 API

org.enhydra.jawe.components.ldap
Class LDAPUtils

java.lang.Object
  extended by org.enhydra.jawe.components.ldap.LDAPUtils

public class LDAPUtils
extends java.lang.Object


Constructor Summary
LDAPUtils()
           
 
Method Summary
protected static LDAPEntryInfo convertLDAPEntryToInfoObject(javax.naming.directory.SearchResult entry, LDAPConfiguration ldc)
           
static void createParticipants(java.util.List allEntries)
          Creates participants based on LDAP entries.
static void getEntries(LDAPConfiguration ldc, java.util.List objClassChoices, java.lang.String selectedObjectClassFilter, java.lang.String searchCriteria, java.util.List entries)
           
protected static int getSearchType(java.lang.String ocf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPUtils

public LDAPUtils()
Method Detail

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)

Together Workflow Editor 3.0-1 API