Class AuthSupport

java.lang.Object
org.apache.hc.client5.http.impl.AuthSupport

@Internal public class AuthSupport extends Object
Authentication support methods.
Since:
5.0
  • 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)