public interface ConnectionValidator
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientTypeId() |
void |
validate(ConnectionRequest connectionRequest)
Validates the given connection, throwing an exception in case the validation fails
|
java.lang.String getClientTypeId()
void validate(ConnectionRequest connectionRequest) throws ServerException.ConnectionValidationException
connectionRequest - the connection to validateServerException.ConnectionValidationException - in case the validation fails