Home | History | Annotate | Download | only in http

Lines Matching defs:authScheme

87     AuthScheme getAuthScheme() {
88 return authScheme;
160 //return ("{"+type+":"+authScheme+":"+protocol+":"+host+":"+port+":"+realm+":"+path+"}");
170 AuthScheme authScheme;
192 public AuthenticationInfo(char type, AuthScheme authScheme, String host, int port, String realm) {
194 this.authScheme = authScheme;
215 public AuthenticationInfo(char type, AuthScheme authScheme, URL url, String realm) {
217 this.authScheme = authScheme;
273 static String getServerAuthKey(URL url, String realm, AuthScheme scheme) {
321 static String getProxyAuthKey(String host, int port, String realm, AuthScheme scheme) {
426 return type + ":" + authScheme + ":" + protocol + ":"