com.ibm.di.plugin.pwstore.itim.policy
Interface PolicyServiceMessage

All Known Subinterfaces:
PolicyServiceRequest, PolicyServiceResponse

public interface PolicyServiceMessage

Representation of password policy request and response messages.


Nested Class Summary
static class PolicyServiceMessage.ServiceOp
          Typesafe enum type defintion for valid password policy request operations.
 
Method Summary
 java.lang.String getMessageData()
          Get the network message data representation.
 PolicyServiceMessage.ServiceOp getOperation()
          Get the operation type.
 

Method Detail

getMessageData

java.lang.String getMessageData()
                                throws java.io.IOException
Get the network message data representation.

Returns:
The message data, or null if not set.
Throws:
java.io.IOException

getOperation

PolicyServiceMessage.ServiceOp getOperation()
Get the operation type.

Returns:
The operation type instance. Will be one of the references defined on PolicyServiceMessage.ServiceOp .