Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.util
Class SDPasswordManager

java.lang.Object
  extended by oracle.apps.fnd.applseed.util.SDPasswordManager

public class SDPasswordManager
extends java.lang.Object


Constructor Summary
SDPasswordManager()
           
 
Method Summary
static char[] getPassword()
          Gets the password by prompting to the user if input/output redirected then reads from system.in NOTE: when only output is redirected no masking is done
static char[] getPasswordForSeedConsole()
          Gets the password from the System.in without masking
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDPasswordManager

public SDPasswordManager()
Method Detail

getPassword

public static final char[] getPassword()
Gets the password by prompting to the user if input/output redirected then reads from system.in NOTE: when only output is redirected no masking is done

Returns:
password in char array

getPasswordForSeedConsole

public static char[] getPasswordForSeedConsole()
Gets the password from the System.in without masking

Returns:
password in char array

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.