@ConsumerType
public interface ServiceUserValidator
ServiceUserValidator allows to implement validation of configured
service user mappings.| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(String serviceUserId,
String serviceName,
String subServiceName)
Validates the configured service user ID.
|
boolean isValid(String serviceUserId, String serviceName, 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 © 2017 The Apache Software Foundation. All rights reserved.