Uses of Class
org.apache.hc.client5.http.auth.AuthenticationException
Packages that use AuthenticationException
Package
Description
Client HTTP authentication APIs.
Standard and common HTTP authentication schemes.
-
Uses of AuthenticationException in org.apache.hc.client5.http.auth
Subclasses of AuthenticationException in org.apache.hc.client5.http.authModifier and TypeClassDescriptionclass
Authentication credentials required to respond to a authentication challenge are invalidMethods in org.apache.hc.client5.http.auth that throw AuthenticationExceptionModifier and TypeMethodDescriptionAuthScheme.generateAuthResponse
(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.protocol.HttpContext context) Generates an authorization response based on the current state.boolean
AuthScheme.isResponseReady
(org.apache.hc.core5.http.HttpHost host, CredentialsProvider credentialsProvider, org.apache.hc.core5.http.protocol.HttpContext context) Determines whether or not an authorization response can be generated based on the actual authentication state. -
Uses of AuthenticationException in org.apache.hc.client5.http.impl.auth
Subclasses of AuthenticationException in org.apache.hc.client5.http.impl.authMethods in org.apache.hc.client5.http.impl.auth that throw AuthenticationExceptionModifier and TypeMethodDescriptionprivate String
DigestScheme.createDigestResponse
(org.apache.hc.core5.http.HttpRequest request) BasicScheme.generateAuthResponse
(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.protocol.HttpContext context) BearerScheme.generateAuthResponse
(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.protocol.HttpContext context) DigestScheme.generateAuthResponse
(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.protocol.HttpContext context) GGSSchemeBase.generateAuthResponse
(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.protocol.HttpContext context) Deprecated.NTLMScheme.generateAuthResponse
(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.protocol.HttpContext context) Deprecated.boolean
BasicScheme.isResponseReady
(org.apache.hc.core5.http.HttpHost host, CredentialsProvider credentialsProvider, org.apache.hc.core5.http.protocol.HttpContext context) boolean
BearerScheme.isResponseReady
(org.apache.hc.core5.http.HttpHost host, CredentialsProvider credentialsProvider, org.apache.hc.core5.http.protocol.HttpContext context) boolean
DigestScheme.isResponseReady
(org.apache.hc.core5.http.HttpHost host, CredentialsProvider credentialsProvider, org.apache.hc.core5.http.protocol.HttpContext context) boolean
GGSSchemeBase.isResponseReady
(org.apache.hc.core5.http.HttpHost host, CredentialsProvider credentialsProvider, org.apache.hc.core5.http.protocol.HttpContext context) Deprecated.boolean
NTLMScheme.isResponseReady
(org.apache.hc.core5.http.HttpHost host, CredentialsProvider credentialsProvider, org.apache.hc.core5.http.protocol.HttpContext context) Deprecated.static Charset
AuthSchemeSupport.parseCharset
(String charsetName, Charset defaultCharset) private void
BasicScheme.validateUsername()