Searched defs:AuthScope (Results 1 – 3 of 3) sorted by relevance
52 public class AuthScope { class111 public AuthScope(final String host, int port, in AuthScope() method in AuthScope134 public AuthScope(final String host, int port, final String realm) { in AuthScope() method in AuthScope149 public AuthScope(final String host, int port) { in AuthScope() method in AuthScope156 public AuthScope(final AuthScope authscope) { in AuthScope() method in AuthScope
98 final HashMap<AuthScope, Credentials> map, in matchCredentials()
16 enum class AuthScope { enum