Package org.apache.tomcat.vault
Class VaultInteractiveSession
- java.lang.Object
-
- org.apache.tomcat.vault.VaultInteractiveSession
-
-
Constructor Summary
Constructors Constructor Description VaultInteractiveSession()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static char[]getSensitiveValue(String passwordPrompt)voidstart()
-
-
-
Method Detail
-
start
public void start()
-
getSensitiveValue
public static char[] getSensitiveValue(String passwordPrompt)
-
-