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
 String getMessageData()
          Get the network message data representation.
 PolicyServiceMessage.ServiceOp getOperation()
          Get the operation type.
 

Method Detail

getMessageData

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

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

getOperation

PolicyServiceMessage.ServiceOp getOperation()
Get the operation type.

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