org.jboss.security.plugins
Class ConsolePassword

java.lang.Object
  extended by 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
ConsolePassword()
           
 
Method Summary
static void main(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 IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.