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

/openjdk7/jdk/test/com/sun/security/sasl/
H A DPropertiesFileCallbackHandler.java39 * @param proxyFile name of file containing authname to list of authzids
42 String proxyFile) throws IOException {
59 if (proxyFile != null) {
61 proxyDb.load(new FileInputStream(dir+proxyFile));
41 PropertiesFileCallbackHandler(String pwFile, String namesFile, String proxyFile) argument
/openjdk7/jdk/test/com/sun/security/sasl/digest/
H A DPropertiesFileCallbackHandler.java39 * @param proxyFile name of file containing authname to list of authzids
42 String proxyFile) throws IOException {
59 if (proxyFile != null) {
61 proxyDb.load(new FileInputStream(dir+proxyFile));
41 PropertiesFileCallbackHandler(String pwFile, String namesFile, String proxyFile) argument
/openjdk7/jdk/test/com/sun/security/sasl/gsskerb/
H A DPropertiesFileCallbackHandler.java39 * @param proxyFile name of file containing authname to list of authzids
42 String proxyFile) throws IOException {
59 if (proxyFile != null) {
61 proxyDb.load(new FileInputStream(dir+proxyFile));
41 PropertiesFileCallbackHandler(String pwFile, String namesFile, String proxyFile) argument

Completed in 68 milliseconds