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


public interface PolicyServiceConnection

Represents a low level connection to the actual password policy service provider. Typical implementations will encapsulate an HTTP/TCP socket connection, however any other conceptual connection can be supported.


Method Summary
 PolicyServiceResponse sendReceive(PolicyServiceRequest request)
          Send and receive message against the password policy service.
 

Method Detail

sendReceive

PolicyServiceResponse sendReceive(PolicyServiceRequest request)
                                  throws PolicyConnectionException,
                                         MalformedResponseException
Send and receive message against the password policy service.

Parameters:
request -
Returns:
The response message.
Throws:
PolicyConnectionException
MalformedResponseException