Package org.wildfly.security.tool
Class VaultCommand
- java.lang.Object
-
- org.wildfly.security.tool.Command
-
- org.wildfly.security.tool.VaultCommand
-
public class VaultCommand extends Command
Command to perform conversion from former Vault storage to Credential Store (KeyStoreCredentialStore).- Author:
- Peter Skopek
-
-
Field Summary
Fields Modifier and Type Field Description static StringENC_DIR_PARAMstatic StringFAIL_IF_EXIST_PARAMstatic StringKEYSTORE_PASSWORD_PARAMstatic StringVAULT_COMMAND-
Fields inherited from class org.wildfly.security.tool.Command
ELYTRON_KS_PASS_PROVIDERS, GENERAL_CONFIGURATION_ERROR, GENERAL_CONFIGURATION_WARNING, INPUT_DATA_NOT_CONFIRMED, WIDTH
-
-
Constructor Summary
Constructors Constructor Description VaultCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(String[] args)voidhelp()Display help to the command.-
Methods inherited from class org.wildfly.security.tool.Command
aliases, errorHandler, getProvidersSupplier, getStatus, getToolCommand, isAlias, isEnableDebug, isWindows, printDuplicatesWarning, printDuplicatesWarning, prompt, setEnableDebug, setStatus, setToolCommand, warningHandler
-
-
-
-
Field Detail
-
VAULT_COMMAND
public static final String VAULT_COMMAND
- See Also:
- Constant Field Values
-
FAIL_IF_EXIST_PARAM
public static final String FAIL_IF_EXIST_PARAM
- See Also:
- Constant Field Values
-
KEYSTORE_PASSWORD_PARAM
public static final String KEYSTORE_PASSWORD_PARAM
- See Also:
- Constant Field Values
-
ENC_DIR_PARAM
public static final String ENC_DIR_PARAM
- See Also:
- Constant Field Values
-
-