@ConsumerType
public interface ServiceUserValidator
ServiceUserValidator allows to implement validation of configured
 service user mappings.| Modifier and Type | Method and Description | 
|---|---|
| boolean | isValid(java.lang.String serviceUserId,
       java.lang.String serviceName,
       java.lang.String subServiceName)Validates the configured service user ID. | 
boolean isValid(java.lang.String serviceUserId,
                java.lang.String serviceName,
                java.lang.String subServiceName)
serviceUserId - The ID of the configured service user.serviceName - The name of the servicesubServiceName - The optional sub service name.true if the configured service user is valid; false otherwise.Copyright © 2018 The Apache Software Foundation. All rights reserved.