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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DDefaultAuthenticator.java48 private final String proxyPasswd; field in class:DefaultAuthenticator
58 this.proxyPasswd = System.getProperty("http.proxyPassword");
84 if((getRequestorType() == RequestorType.PROXY) && proxyUser != null && proxyPasswd != null){
85 return new PasswordAuthentication(proxyUser, proxyPasswd.toCharArray());

Completed in 29 milliseconds