Interface ServiceUserValidator


@ConsumerType public interface ServiceUserValidator
The ServiceUserValidator allows to implement validation of configured service user mappings.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isValid(String serviceUserId, String serviceName, String subServiceName)
    Validates the configured service user ID.
  • Method Details

    • isValid

      boolean isValid(String serviceUserId, String serviceName, String subServiceName)
      Validates the configured service user ID.
      Parameters:
      serviceUserId - The ID of the configured service user.
      serviceName - The name of the service
      subServiceName - The optional sub service name.
      Returns:
      true if the configured service user is valid; false otherwise.