@MessageBundle(projectCode="")
public interface VaultMessages
| Modifier and Type | Field and Description |
|---|---|
static VaultMessages |
MESSAGES
The messages
|
| Modifier and Type | Method and Description |
|---|---|
Exception |
cannotCreateEncryptionDirectory(String directory)
Create an exception when encryption directory cannot be created.
|
String |
cmdLineAttributeName()
i18n version of string from Vault Tool utility
|
String |
cmdLineCheckAttribute()
i18n version of string from Vault Tool utility
|
String |
cmdLineEncryptionDirectory()
i18n version of string from Vault Tool utility
|
String |
cmdLineHelp()
i18n version of string from Vault Tool utility
|
String |
cmdLineIterationCount()
i18n version of string from Vault Tool utility
|
String |
cmdLineKeyStorePassword()
i18n version of string from Vault Tool utility
|
String |
cmdLineKeyStoreURL()
i18n version of string from Vault Tool utility
|
String |
cmdLineSalt()
i18n version of string from Vault Tool utility
|
String |
cmdLineSecuredAttribute()
i18n version of string from Vault Tool utility
|
String |
cmdLineSecuredAttributeAlreadyExists()
i18n version of string from Vault Tool utility
|
String |
cmdLineSecuredAttributeDoesNotExist()
i18n version of string from Vault Tool utility
|
String |
cmdLineVaultBlock()
i18n version of string from Vault Tool utility
|
String |
cmdLineVaultKeyStoreAlias()
i18n version of string from Vault Tool utility
|
Exception |
encryptionDirectoryDoesNotExist(String directory)
Create an exception when encryption directory does not exist or is not a directory.
|
Exception |
encryptionDirectoryHasToBeSpecified()
Create an exception when encryption directory is not specified.
|
String |
enterEncryptionDirectory()
i18n version of string from Vault Tool utility
|
String |
enterIterationCount()
i18n version of string from Vault Tool utility
|
String |
enterKeyStoreAlias()
i18n version of string from Vault Tool utility
|
String |
enterKeyStorePassword()
i18n version of string from Vault Tool utility
|
String |
enterKeyStoreURL()
i18n version of string from Vault Tool utility
|
String |
enterSalt()
i18n version of string from Vault Tool utility
|
String |
enterYourPassword()
i18n version of string from Vault Tool utility
|
String |
exceptionEncountered()
i18n version of string from Vault Tool utility
|
String |
handshakeComplete()
i18n version of string from Vault Tool utility
|
String |
initializingVault()
i18n version of string from Vault Tool utility
|
String |
interactiveCommandString()
i18n version of string from Vault Tool utility
|
Exception |
iterationCountOutOfRange(String iteration)
Create an exception when iteration count is out of range.
|
Exception |
keyStoreDoesnotExistWithExample(String keystoreURL,
String keystoreURLExample)
Create an Exception when KeyStore cannot be located with example how to create one.
|
Exception |
keyStoreNotWritable(String keystoreURL)
Create an Exception when one cannot write to the KeyStore or it is not a file.
|
Exception |
keyStorePasswordNotSpecified()
Create an exception when KeyStore password is not specified.
|
String |
noConsole()
i18n version of string from Vault Tool utility
|
String |
passwordAgain()
i18n version of string from Vault Tool utility
|
String |
passwordsDoNotMatch()
i18n version of string from Vault Tool utility
|
String |
passwordsMatch()
i18n version of string from Vault Tool utility
|
String |
problemOcurred()
i18n version of string from Vault Tool utility
|
String |
problemParsingCommandLineParameters()
i18n version of string from Vault Tool utility
|
String |
removingInteractiveSession()
i18n version of string from Vault Tool utility
|
Exception |
saltWrongLength()
Create an exception when salt has different length than 8.
|
Exception |
securityVaultException(org.jboss.security.vault.SecurityVaultException e)
Unspecified exception encountered.
|
String |
startingInteractiveSession()
i18n version of string from Vault Tool utility
|
Exception |
vaultAliasNotSpecified()
Create an exception when Vault alias is not specified.
|
String |
vaultAttributeCreateDisplay(String VaultBlock,
String attributeName,
String configurationString)
Display string at the end of successful attribute creation.
|
String |
vaultConfigurationTitle()
i18n version of string from Vault Tool utility
|
String |
vaultInitialized()
i18n version of string from Vault Tool utility
|
static final VaultMessages MESSAGES
@Message(id=21000,
value="Keystore \'%s\' doesn\'t exist.\nkeystore could be created: keytool -genseckey -alias Vault -storetype jceks -keyalg AES -keysize 128 -storepass secretsecret -keypass secretsecret -keystore %s")
Exception keyStoreDoesnotExistWithExample(String keystoreURL,
String keystoreURLExample)
keystoreURL - keystoreURLExample - @Message(id=21001,
value="Keystore [%s] is not writable or not a file.")
Exception keyStoreNotWritable(String keystoreURL)
keystoreURL - @Message(id=21002,
value="Keystore password has to be specified.")
Exception keyStorePasswordNotSpecified()
@Message(id=21003,
value="Encryption directory has to be specified.")
Exception encryptionDirectoryHasToBeSpecified()
@Message(id=21004,
value="Encryption directory is not a directory or doesn\'t exist. (%s)")
Exception encryptionDirectoryDoesNotExist(String directory)
directory - @Message(id=21005,
value="Cannot create encryption directory %s")
Exception cannotCreateEncryptionDirectory(String directory)
directory - @Message(id=21006,
value="Iteration count has to be within 1 - 2147483647, but it is %s.")
Exception iterationCountOutOfRange(String iteration)
iteration - @Message(id=21007,
value="Salt has to be exactly 8 characters long.")
Exception saltWrongLength()
@Message(id=21008,
value="Exception encountered:")
Exception securityVaultException(@Cause
org.jboss.security.vault.SecurityVaultException e)
e - @Message(id=21009,
value="Vault alias has to be specified.")
Exception vaultAliasNotSpecified()
@Message(id=21010,
value="Secured attribute value has been stored in Vault.\nPlease make note of the following:\n********************************************\nVault Block:%s\nAttribute Name:%s\nConfiguration should be done as follows:\n%s\n********************************************")
String vaultAttributeCreateDisplay(String VaultBlock,
String attributeName,
String configurationString)
VaultBlock - attributeName - configurationString - @Message(id=21011,
value="Vault Configuration in WildFly configuration file:")
String vaultConfigurationTitle()
@Message(id=21012,
value="No console.")
String noConsole()
@Message(id=21013,
value="Enter directory to store encrypted files:")
String enterEncryptionDirectory()
@Message(id=21014,
value="Enter Keystore URL:")
String enterKeyStoreURL()
@Message(id=21015,
value="Enter Keystore password")
String enterKeyStorePassword()
@Message(id=21016,
value="Enter 8 character salt:")
String enterSalt()
@Message(id=21017,
value="Enter iteration count as a number (e.g.: 44):")
String enterIterationCount()
@Message(id=21018,
value="Enter Keystore Alias:")
String enterKeyStoreAlias()
@Message(id=21019,
value="Initializing Vault")
String initializingVault()
@Message(id=21020,
value="Vault is initialized and ready for use")
String vaultInitialized()
@Message(id=21021,
value="Handshake with Vault complete")
String handshakeComplete()
@Message(id=21022,
value="Exception encountered:")
String exceptionEncountered()
@Message(id=21023,
value="Enter your password")
String enterYourPassword()
@Message(id=21024,
value=" again: ")
String passwordAgain()
@Message(id=21025,
value="Values entered don\'t match")
String passwordsDoNotMatch()
@Message(id=21026,
value="Values match")
String passwordsMatch()
@Message(id=21027,
value="Problem occurred:")
String problemOcurred()
@Message(id=21028,
value="Please enter a Digit:: 0: Start Interactive Session 1: Remove Interactive Session 2: Exit")
String interactiveCommandString()
@Message(id=21029,
value="Starting an interactive session")
String startingInteractiveSession()
@Message(id=21030,
value="Removing the current interactive session")
String removingInteractiveSession()
@Message(id=21031,
value="Problem while parsing command line parameters:")
String problemParsingCommandLineParameters()
@Message(id=21032,
value="Keystore URL")
String cmdLineKeyStoreURL()
@Message(id=21033,
value="Keystore password")
String cmdLineKeyStorePassword()
@Message(id=21034,
value="Directory containing encrypted files")
String cmdLineEncryptionDirectory()
@Message(id=21035,
value="8 character salt")
String cmdLineSalt()
@Message(id=21036,
value="Iteration count")
String cmdLineIterationCount()
@Message(id=21037,
value="Vault keystore alias")
String cmdLineVaultKeyStoreAlias()
@Message(id=21038,
value="Vault block")
String cmdLineVaultBlock()
@Message(id=21039,
value="Attribute name")
String cmdLineAttributeName()
@Message(id=21040,
value="Secured attribute value (such as password) to store")
String cmdLineSecuredAttribute()
@Message(id=21041,
value="Check whether the secured attribute already exists in the Vault")
String cmdLineCheckAttribute()
@Message(id=21042,
value="Help")
String cmdLineHelp()
@Message(id=21043,
value="Secured attribute (password) already exists.")
String cmdLineSecuredAttributeAlreadyExists()
@Message(id=21044,
value="Secured attribute (password) doesn\'t exist.")
String cmdLineSecuredAttributeDoesNotExist()
Copyright © 2014 JBoss by Red Hat. All rights reserved.