Class ITIMPolicyServiceConnectionImpl
- java.lang.Object
-
- com.ibm.di.plugin.pwstore.itim.policy.impl.ITIMPolicyServiceConnectionImpl
-
- All Implemented Interfaces:
PolicyServiceConnection
public final class ITIMPolicyServiceConnectionImpl extends java.lang.Object implements PolicyServiceConnection
Encapsulates an HTTP connection to the ITIM password policy servlet.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicyServiceResponse
sendReceive(PolicyServiceRequest request)
Send and receive messages against the policy service.
-
-
-
Method Detail
-
sendReceive
public PolicyServiceResponse sendReceive(PolicyServiceRequest request) throws PolicyConnectionException, MalformedResponseException
Send and receive messages against the policy service.- Specified by:
sendReceive
in interfacePolicyServiceConnection
- Parameters:
request
- The request message.- Returns:
- The response
- Throws:
PolicyConnectionException
- if a network error occurs.java.lang.IllegalStateException
- if not connected.java.lang.IllegalArgumentException
- if request is null.MalformedResponseException
- See Also:
PolicyServiceConnection.sendReceive(PolicyServiceRequest)
-
-