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.
PolicyServiceResponse
sendReceive(PolicyServiceRequest request)
PolicyServiceResponse sendReceive(PolicyServiceRequest request) throws PolicyConnectionException, MalformedResponseException
request
PolicyConnectionException
MalformedResponseException