@ConsumerType public interface ServicePrincipalsValidator
ServicePrincipalsValidator allows to implement validation of configured
service user mappings.| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(Iterable<String> servicePrincipalNames,
String serviceName,
String subServiceName)
Validates the configured service principal names.
|
boolean isValid(Iterable<String> servicePrincipalNames, String serviceName, String subServiceName)
servicePrincipalNames - The principal names associated with the service.serviceName - The name of the servicesubServiceName - The optional sub service name.true if all configured service principal names are valid; false otherwise.Copyright © 2010 - 2020 Adobe. All Rights Reserved