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.String
getMessageData()
Format an ITIM password synch service request.PolicyServiceMessage.ServiceOp
getOperation()
Get the operation type.
-
-
-
Method Detail
-
getMessageData
public java.lang.String getMessageData() throws java.io.IOException
Format 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:
getMessageData
in interfacePolicyServiceMessage
- Returns:
- The message data, or
null
if not set. - Throws:
java.io.IOException
- See Also:
PolicyServiceMessage.getMessageData()
-
getOperation
public PolicyServiceMessage.ServiceOp getOperation()
Description copied from interface:PolicyServiceMessage
Get the operation type.- Specified by:
getOperation
in interfacePolicyServiceMessage
- Returns:
- The operation type instance. Will be one of the references
defined on
PolicyServiceMessage.ServiceOp
. - See Also:
PolicyServiceMessage.getOperation()
-
-