org.apache.hadoop.security.alias
Class CredentialShell.PasswordReader

java.lang.Object
  extended by org.apache.hadoop.security.alias.CredentialShell.PasswordReader
Enclosing class:
CredentialShell

public static class CredentialShell.PasswordReader
extends Object


Constructor Summary
CredentialShell.PasswordReader()
           
 
Method Summary
 void format(String message)
           
 char[] readPassword(String prompt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialShell.PasswordReader

public CredentialShell.PasswordReader()
Method Detail

readPassword

public char[] readPassword(String prompt)

format

public void format(String message)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.