All Downloads are FREE. Search and download functionalities are using the official Maven repository.

quorum.config.0.11.0.15102019124301.source-code.ValidationMessages.properties Maven / Gradle / Ivy

javax.validation.constraints.AssertFalse.message = must be false
javax.validation.constraints.AssertTrue.message  = must be true
javax.validation.constraints.DecimalMax.message  = must be less than ${inclusive == true ? 'or equal to ' : ''}{value}
javax.validation.constraints.DecimalMin.message  = must be greater than ${inclusive == true ? 'or equal to ' : ''}{value}
javax.validation.constraints.Digits.message      = numeric value out of bounds (<{integer} digits>.<{fraction} digits> expected)
javax.validation.constraints.Future.message      = must be in the future
javax.validation.constraints.Max.message         = must be less than or equal to {value}
javax.validation.constraints.Min.message         = must be greater than or equal to {value}
javax.validation.constraints.NotNull.message     = may not be null
javax.validation.constraints.Null.message        = must be null
javax.validation.constraints.Past.message        = must be in the past
javax.validation.constraints.Pattern.message     = must match "{regexp}"
javax.validation.constraints.Size.message        = size must be between {min} and {max}

UnsupportedKeyPair.message=Invalid key-pair. Ensure that the public and private keys for the key-pair are of the same type (i.e. inline, filepaths, etc...).
UnsupportedKeyPair.bothDirectKeysRequired.message=Invalid direct key-pair. Ensure that both the public and private keys for the key-pair have been provided.
UnsupportedKeyPair.bothInlineKeysRequired.message=Invalid inline key-pair. Ensure that both the public key and private key config for the key-pair have been provided.
UnsupportedKeyPair.bothAzureKeysRequired.message=Invalid Azure Key Vault key-pair. Ensure that both the public key ID and private key ID for the key-pair have been provided.
UnsupportedKeyPair.allHashicorpKeyDataRequired.message=Invalid Hashicorp Key Vault key-pair. Ensure that the secret name, secret engine name, public key ID and private key ID for the key-pair have been provided.
UnsupportedKeyPair.bothFilesystemKeysRequired.message=Invalid filesystem key-pair. Ensure that both the public key path and private key path for the key-pair have been provided.
InlineKeyData.message=A locked key was provided without a password.\n Please ensure the same number of passwords are provided as there are keys and remember to include empty passwords for unlocked keys
AzureVaultKeyData.message=Only one key version was provided for the Azure vault key pair.  Either set the version for both the public and private key, or leave both unset
ValidKeyConfiguration.message=A password file and inline passwords were provided. Please choose one or the other
ValidKeyVaultConfiguration.message=No key vault configuration was specified but vault key data was provided
ValidKeyVaultConfiguration.azure.message=No azureKeyVaultConfig was specified but azureVaultPublicKeyId and azureVaultPrivateKeyId were provided
ValidKeyVaultConfiguration.hashicorp.message=No hashicorpKeyVaultConfig was specified but Hashicorp keyData was provided
ValidPositiveInteger.message=The value provided must be an integer equal to 0 or greater




© 2015 - 2025 Weber Informatics LLC | Privacy Policy