Class ITIMPolicyServiceRequestImpl
- java.lang.Object
-
- com.ibm.di.plugin.pwstore.itim.policy.impl.ITIMPolicyServiceRequestImpl
-
- All Implemented Interfaces:
PolicyServiceMessage,PolicyServiceRequest
public final class ITIMPolicyServiceRequestImpl extends java.lang.Object implements PolicyServiceRequest
Represents and formats PSWD_REQ_MSG requests to be sent to the ITIM password policy servlet.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ibm.di.plugin.pwstore.itim.policy.PolicyServiceMessage
PolicyServiceMessage.ServiceOp
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessageData()Format an ITIM password synch service request.PolicyServiceMessage.ServiceOpgetOperation()Get the operation type.
-
-
-
Method Detail
-
getMessageData
public java.lang.String getMessageData() throws java.io.IOExceptionFormat an ITIM password synch service request. The general format of such requests is shown below:
<PSWD_REQ_MSG> <CREDENTIALS principal="",pswd="" /> <REQUEST op="check", srcDN="", userDN="", pswd="" /> </PSWD_REQ_MSG>
- Specified by:
getMessageDatain interfacePolicyServiceMessage- Returns:
- The message data, or
nullif not set. - Throws:
java.io.IOException- See Also:
PolicyServiceMessage.getMessageData()
-
getOperation
public PolicyServiceMessage.ServiceOp getOperation()
Description copied from interface:PolicyServiceMessageGet the operation type.- Specified by:
getOperationin interfacePolicyServiceMessage- Returns:
- The operation type instance. Will be one of the references
defined on
PolicyServiceMessage.ServiceOp. - See Also:
PolicyServiceMessage.getOperation()
-
-