org.jboss.security.plugins
Class ConsolePassword

java.lang.Object
  extended byorg.jboss.security.plugins.ConsolePassword

public class ConsolePassword
extends java.lang.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.


Constructor Summary
ConsolePassword()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 char[] toCharArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsolePassword

public ConsolePassword()
Method Detail

toCharArray

public char[] toCharArray()
                   throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException