Package org.apache.tomcat.vault
Class VaultTool
- java.lang.Object
-
- org.apache.tomcat.vault.VaultTool
-
public class VaultTool extends Object
Command Line Tool for the default implementation of theSecurityVault- Author:
- Anil Saldhana, Peter Skopek
-
-
Field Summary
Fields Modifier and Type Field Description static StringALIAS_PARAMstatic StringATTRIBUTE_PARAMstatic StringCHECK_SEC_ATTR_EXISTS_PARAMstatic StringCRYPTstatic StringENC_DIR_PARAMstatic StringGENERATE_CONFIG_FILEstatic StringHELP_PARAMstatic StringITERATION_PARAMstatic StringKEYSTORE_PARAMstatic StringKEYSTORE_PASSWORD_PARAMstatic StringREMOVE_SEC_ATTRstatic StringSALT_PARAMstatic StringSEC_ATTR_VALUE_PARAMstatic StringVAULT_BLOCK_PARAM
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VaultInteractiveSessiongetSession()static booleanisWindows()static voidmain(String[] args)voidsetSession(VaultInteractiveSession sess)
-
-
-
Field Detail
-
KEYSTORE_PARAM
public static final String KEYSTORE_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
-
SALT_PARAM
public static final String SALT_PARAM
- See Also:
- Constant Field Values
-
ITERATION_PARAM
public static final String ITERATION_PARAM
- See Also:
- Constant Field Values
-
ALIAS_PARAM
public static final String ALIAS_PARAM
- See Also:
- Constant Field Values
-
VAULT_BLOCK_PARAM
public static final String VAULT_BLOCK_PARAM
- See Also:
- Constant Field Values
-
ATTRIBUTE_PARAM
public static final String ATTRIBUTE_PARAM
- See Also:
- Constant Field Values
-
SEC_ATTR_VALUE_PARAM
public static final String SEC_ATTR_VALUE_PARAM
- See Also:
- Constant Field Values
-
CHECK_SEC_ATTR_EXISTS_PARAM
public static final String CHECK_SEC_ATTR_EXISTS_PARAM
- See Also:
- Constant Field Values
-
REMOVE_SEC_ATTR
public static final String REMOVE_SEC_ATTR
- See Also:
- Constant Field Values
-
GENERATE_CONFIG_FILE
public static final String GENERATE_CONFIG_FILE
- See Also:
- Constant Field Values
-
HELP_PARAM
public static final String HELP_PARAM
- See Also:
- Constant Field Values
-
CRYPT
public static final String CRYPT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
VaultTool
public VaultTool(String[] args)
-
VaultTool
public VaultTool()
-
-
Method Detail
-
setSession
public void setSession(VaultInteractiveSession sess)
-
getSession
public VaultInteractiveSession getSession()
-
main
public static void main(String[] args)
-
isWindows
public static boolean isWindows()
-
-