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

/openjdk7/jdk/test/com/sun/security/sasl/
H A DPropertiesFileCallbackHandler.java38 * @param namesFile name of file containing name to canonicalized name
41 public PropertiesFileCallbackHandler(String pwFile, String namesFile, argument
54 if (namesFile != null) {
56 namesDb.load(new FileInputStream(dir+namesFile));
/openjdk7/jdk/test/com/sun/security/sasl/digest/
H A DPropertiesFileCallbackHandler.java38 * @param namesFile name of file containing name to canonicalized name
41 public PropertiesFileCallbackHandler(String pwFile, String namesFile, argument
54 if (namesFile != null) {
56 namesDb.load(new FileInputStream(dir+namesFile));
/openjdk7/jdk/test/com/sun/security/sasl/gsskerb/
H A DPropertiesFileCallbackHandler.java38 * @param namesFile name of file containing name to canonicalized name
41 public PropertiesFileCallbackHandler(String pwFile, String namesFile, argument
54 if (namesFile != null) {
56 namesDb.load(new FileInputStream(dir+namesFile));

Completed in 29 milliseconds