Searched refs:AuthInfo (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wscompile/
H A DAuthInfo.java40 public final class AuthInfo { class
45 public AuthInfo(@NotNull URL url, @NotNull String user, @NotNull String password) { method in class:AuthInfo
61 * Returns if the requesting host and port are associated with this {@link AuthInfo}
/openjdk9/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DAuthenticationFilter.java119 exchange.proxyauth = new AuthInfo(true, ca.scheme, null, ca);
129 exchange.serverauth = new AuthInfo(true, ca.scheme, null, ca);
148 static class AuthInfo { class in class:AuthenticationFilter
155 AuthInfo(boolean fromcache, method in class:AuthenticationFilter.AuthInfo
164 AuthInfo(boolean fromcache, method in class:AuthenticationFilter.AuthInfo
173 AuthInfo retryWithCredentials(PasswordAuthentication pw) {
177 AuthInfo res = fromcache ? new AuthInfo(false, scheme, pw) : this;
195 AuthInfo au = exchange.serverauth;
199 AuthInfo a
[all...]
H A DMultiExchange.java87 volatile AuthenticationFilter.AuthInfo serverauth, proxyauth;
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/istack/internal/tools/
H A DDefaultAuthenticator.java67 private final List<AuthInfo> authInfo = new ArrayList<>();
107 for (AuthInfo auth : authInfo) {
166 AuthInfo ai = parseLine(text);
193 private AuthInfo parseLine(String text) throws Exception {
220 return new AuthInfo(
319 final static class AuthInfo { class in class:DefaultAuthenticator
325 public AuthInfo(URL url, String user, String password) { method in class:DefaultAuthenticator.AuthInfo
342 * {@link AuthInfo}

Completed in 156 milliseconds