Interface ServiceUserValidator
-
@ConsumerType public interface ServiceUserValidatorTheServiceUserValidatorallows to implement validation of configured service user mappings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisValid(java.lang.String serviceUserId, java.lang.String serviceName, java.lang.String subServiceName)Validates the configured service user ID.
-
-
-
Method Detail
-
isValid
boolean isValid(java.lang.String serviceUserId, java.lang.String serviceName, java.lang.String subServiceName)Validates the configured service user ID.- Parameters:
serviceUserId- The ID of the configured service user.serviceName- The name of the servicesubServiceName- The optional sub service name.- Returns:
trueif the configured service user is valid;falseotherwise.
-
-