Interface ServicePrincipalsValidator
-
@ConsumerType public interface ServicePrincipalsValidator
TheServicePrincipalsValidatorallows to implement validation of configured service user mappings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisValid(java.lang.Iterable<java.lang.String> servicePrincipalNames, java.lang.String serviceName, java.lang.String subServiceName)Validates the configured service principal names.
-
-
-
Method Detail
-
isValid
boolean isValid(java.lang.Iterable<java.lang.String> servicePrincipalNames, java.lang.String serviceName, java.lang.String subServiceName)Validates the configured service principal names.- Parameters:
servicePrincipalNames- The principal names associated with the service.serviceName- The name of the servicesubServiceName- The optional sub service name.- Returns:
trueif all configured service principal names are valid;falseotherwise.
-
-