Searched defs:AuthScope (Results 1 – 2 of 2) sorted by relevance
47 public class AuthScope { class106 public AuthScope(final String host, int port, in AuthScope() method in AuthScope129 public AuthScope(final String host, int port, final String realm) { in AuthScope() method in AuthScope144 public AuthScope(final String host, int port) { in AuthScope() method in AuthScope151 public AuthScope(final AuthScope authscope) { in AuthScope() method in AuthScope
93 final HashMap<AuthScope, Credentials> map, in matchCredentials()