Interface ProvisioningValidationService


  • public interface ProvisioningValidationService
    Service for holding validations oriented to the different provisioning-ui screens and client widgets.
    • Method Detail

      • isValidContainerName

        boolean isValidContainerName​(String containerName)
        Checks if a given container name is valid.
        Parameters:
        containerName - a container name to check.
        Returns:
        true if the provided name is valid, false in any other case.