|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.services.ldap.model.LDAPRequest
com.ibm.btt.services.ldap.model.LDAPListRequest
public class LDAPListRequest
This class supports the list and listbindings requests to the LDAP 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.
Field Summary |
---|
Fields inherited from class com.ibm.btt.services.ldap.model.LDAPRequest |
---|
COMPID, requestType |
Constructor Summary | |
---|---|
LDAPListRequest()
This constructor creates an LDAPListRequest object. |
|
LDAPListRequest(java.lang.String requestType)
This constructor creates an LDAPListRequest object. |
Method Summary |
---|
Methods inherited from class com.ibm.btt.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 |
---|
public LDAPListRequest()
public LDAPListRequest(java.lang.String requestType)
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |