Package org.apache.hc.client5.http.impl
Class AuthSupport
java.lang.Object
org.apache.hc.client5.http.impl.AuthSupport
Authentication support methods.
- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidextractFromAuthority(String scheme, org.apache.hc.core5.net.URIAuthority authority, CredentialsStore credentialsStore) static org.apache.hc.core5.http.HttpHostresolveAuthTarget(org.apache.hc.core5.http.HttpRequest request, HttpRoute route)
-
Constructor Details
-
AuthSupport
public AuthSupport()
-
-
Method Details
-
extractFromAuthority
public static void extractFromAuthority(String scheme, org.apache.hc.core5.net.URIAuthority authority, CredentialsStore credentialsStore) -
resolveAuthTarget
public static org.apache.hc.core5.http.HttpHost resolveAuthTarget(org.apache.hc.core5.http.HttpRequest request, HttpRoute route)
-