Package org.jboss.security.plugins
Class ConsolePassword
- java.lang.Object
-
- org.jboss.security.plugins.ConsolePassword
-
public class ConsolePassword extends Object
Read a password from the System.in stream. This may be used as a password accessor in conjunction with the JaasSecurityDomain {CLASS}org.jboss.security.plugins.ConsolePassword format of the KeyStorePass attribute.- Version:
- $Revison:$
- Author:
- Scott.Stark@jboss.org
-
-
Constructor Summary
Constructors Constructor Description ConsolePassword()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
char[]
toCharArray()
-
-
-
Method Detail
-
toCharArray
public char[] toCharArray() throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-