com.ibm.dse.services.ldap.model
Class LDAPListRequest

java.lang.Object
  |
  +--com.ibm.dse.services.ldap.model.LDAPRequest
        |
        +--com.ibm.dse.services.ldap.model.LDAPListRequest

public class LDAPListRequest
extends LDAPRequest

This class supports the list and listbindings requests to the LDAP Composer service. If the requestType attribute for this class is list, then this class will support normal listing from the LDAP server. If it is listbindings, then it supports listing of bindings. The two are functionally equivalent, which is why they are supported by the same class. The listbindings request returns directory objects in addition to the results from a normal list.


Fields inherited from class com.ibm.dse.services.ldap.model.LDAPRequest
COMPID, requestType
 
Constructor Summary
LDAPListRequest()
          LDAPListRequest constructor.
LDAPListRequest(java.lang.String requestType)
          LDAPListRequest constructor.
 
Methods inherited from class com.ibm.dse.services.ldap.model.LDAPRequest
getBooleanValue, getIntValue, getName, getRequestType, getValue, mapFromContext, setName, setRequestType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPListRequest

public LDAPListRequest()
LDAPListRequest constructor.

LDAPListRequest

public LDAPListRequest(java.lang.String requestType)
LDAPListRequest constructor.