Searched defs:pwFile (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/com/sun/security/sasl/
H A DPropertiesFileCallbackHandler.java37 * @param pwFile name of file containing name/password pairs
41 public PropertiesFileCallbackHandler(String pwFile, String namesFile, argument
49 if (pwFile != null) {
51 pwDb.load(new FileInputStream(dir+pwFile));
/openjdk7/jdk/test/com/sun/security/sasl/digest/
H A DPropertiesFileCallbackHandler.java37 * @param pwFile name of file containing name/password pairs
41 public PropertiesFileCallbackHandler(String pwFile, String namesFile, argument
49 if (pwFile != null) {
51 pwDb.load(new FileInputStream(dir+pwFile));
/openjdk7/jdk/test/com/sun/security/sasl/gsskerb/
H A DPropertiesFileCallbackHandler.java37 * @param pwFile name of file containing name/password pairs
41 public PropertiesFileCallbackHandler(String pwFile, String namesFile, argument
49 if (pwFile != null) {
51 pwDb.load(new FileInputStream(dir+pwFile));

Completed in 33 milliseconds