|
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
public abstract class LDAPRequest
This is the top level class for supporting requests to the LDAP Access Service. It provides basic information needed by all LDAP requests, and is extended to support specific LDAP requests.
Field Summary | |
---|---|
static java.lang.String |
COMPID
|
protected java.lang.String |
requestType
|
Constructor Summary | |
---|---|
LDAPRequest()
This constructor creates an LDAPRequest object. |
Method Summary | |
---|---|
boolean |
getBooleanValue(Context context,
java.lang.String name,
boolean required)
Performs functionally equivalent task as getValue(Context, String, boolean), except that this attempts to parse the value obtained from the context into a boolean. |
int |
getIntValue(Context context,
java.lang.String name,
boolean required)
Performs functionally equivalent task as getValue(Context, String, boolean), except that this attempts to parse the value obtained from the context into an int. |
java.lang.String |
getName()
Returns the LDAP name attributes of this model. |
java.lang.String |
getRequestType()
Returns the request type of this request model. |
java.lang.Object |
getValue(Context context,
java.lang.String name,
boolean required)
Obtains a named value from the supplied context and returns it. |
void |
mapFromContext(Context context)
Supports externalization of an LDAP request. |
void |
setName(java.lang.String newRelativeDN)
Sets the LDAP name attribute of this request model. |
void |
setRequestType(java.lang.String newRequestType)
Sets the request type of this request model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPID
protected java.lang.String requestType
Constructor Detail |
---|
public LDAPRequest()
Method Detail |
---|
public boolean getBooleanValue(Context context, java.lang.String name, boolean required) throws DSEException
context
- com.ibm.btt.base.Contextname
- java.lang.Stringrequired
- boolean
DSEException
public int getIntValue(Context context, java.lang.String name, boolean required) throws DSEException
context
- com.ibm.btt.base.Contextname
- java.lang.Stringrequired
- boolean
DSEException
public java.lang.String getName()
public java.lang.String getRequestType()
public java.lang.Object getValue(Context context, java.lang.String name, boolean required) throws DSEException
context
- com.ibm.btt.base.Contextname
- java.lang.Stringrequired
- boolean
DSEException
public void mapFromContext(Context context) throws DSEException
context
- com.ibm.btt.base.Context
DSEException
public void setName(java.lang.String newRelativeDN)
newRelativeDN
- java.lang.Stringpublic void setRequestType(java.lang.String newRequestType)
newRequestType
- 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 |