|
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.LDAPGetAttributesRequest
public class LDAPGetAttributesRequest
This class supports the getattributes request to the LDAP service.
Field Summary |
---|
Fields inherited from class com.ibm.btt.services.ldap.model.LDAPRequest |
---|
COMPID, requestType |
Constructor Summary | |
---|---|
LDAPGetAttributesRequest()
This constructor creates an LDAPGetAttributesRequest object. |
Method Summary | |
---|---|
void |
addAttributeToReturn(java.lang.String attributeName)
Manages the list of attributes to return. |
java.lang.String[] |
getReturningAttributes()
Gets the present list of attributes that are desired to be returned. |
void |
mapFromContext(Context context)
Supports externalization of an LDAP getattributes request. |
void |
removeAttributeToReturn(java.lang.String attributeName)
Manages the list of attributes to return. |
void |
setReturningAttributes(java.lang.String[] newReturningAttributes)
The array passed into this method should contain the names of attributes that the LDAP server should make an attempt to return. |
Methods inherited from class com.ibm.btt.services.ldap.model.LDAPRequest |
---|
getBooleanValue, getIntValue, getName, getRequestType, getValue, setName, setRequestType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LDAPGetAttributesRequest()
Method Detail |
---|
public void addAttributeToReturn(java.lang.String attributeName)
attributeName
- java.lang.Stringpublic java.lang.String[] getReturningAttributes()
public void mapFromContext(Context context) throws DSEException
mapFromContext
in class LDAPRequest
context
- com.ibm.btt.base.Context
DSEException
public void removeAttributeToReturn(java.lang.String attributeName)
attributeName
- java.lang.Stringpublic void setReturningAttributes(java.lang.String[] newReturningAttributes)
newReturningAttributes
- java.lang.String[]
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |