@Immutable
public abstract class HTTPAuthUtil
extends java.lang.Object
Constructor and Description |
---|
HTTPAuthUtil() |
Modifier and Type | Method and Description |
---|---|
static org.apache.http.HttpHost |
authscopeToHost(org.apache.http.auth.AuthScope scope) |
static org.apache.http.auth.AuthScope |
bestmatch(org.apache.http.auth.AuthScope scope,
java.util.Set<org.apache.http.auth.AuthScope> scopelist) |
static org.apache.http.auth.AuthScope |
hostToAuthScope(org.apache.http.HttpHost host) |
public static org.apache.http.HttpHost authscopeToHost(org.apache.http.auth.AuthScope scope)
public static org.apache.http.auth.AuthScope hostToAuthScope(org.apache.http.HttpHost host)
public static org.apache.http.auth.AuthScope bestmatch(org.apache.http.auth.AuthScope scope, java.util.Set<org.apache.http.auth.AuthScope> scopelist)