Interface PolicyServiceConnection
-
- All Known Implementing Classes:
ITIMPolicyServiceConnectionImpl
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-