Interface PolicyServiceMessage
-
- All Known Subinterfaces:
PolicyServiceRequest,PolicyServiceResponse
- All Known Implementing Classes:
ITIMPolicyServiceRequestImpl,ITIMPolicyServiceResponseImpl
public interface PolicyServiceMessageRepresentation of password policy request and response messages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPolicyServiceMessage.ServiceOpTypesafe enum type defintion for valid password policy request operations.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMessageData()Get the network message data representation.PolicyServiceMessage.ServiceOpgetOperation()Get the operation type.
-
-
-
Method Detail
-
getMessageData
java.lang.String getMessageData() throws java.io.IOExceptionGet the network message data representation.- Returns:
- The message data, or
nullif 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.
-
-