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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DAuthenticationInfo.java88 return authScheme;
160 //return ("{"+type+":"+authScheme+":"+protocol+":"+host+":"+port+":"+realm+":"+path+"}");
170 AuthScheme authScheme; field in class:AuthenticationInfo
192 public AuthenticationInfo(char type, AuthScheme authScheme, String host, int port, String realm) { argument
194 this.authScheme = authScheme;
215 public AuthenticationInfo(char type, AuthScheme authScheme, URL url, String realm) { argument
217 this.authScheme = authScheme;
426 return type + ":" + authScheme
[all...]

Completed in 102 milliseconds