Uses of Class
org.apache.hc.client5.http.auth.AuthenticationException
-
Packages that use AuthenticationException Package Description org.apache.hc.client5.http.auth Client HTTP authentication APIs.org.apache.hc.client5.http.impl.auth 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.auth Modifier and Type Class Description class
InvalidCredentialsException
Authentication credentials required to respond to a authentication challenge are invalidMethods in org.apache.hc.client5.http.auth that throw AuthenticationException Modifier and Type Method Description java.lang.String
AuthScheme. 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.auth Modifier and Type Class Description class
NTLMEngineException
Deprecated.Do not use.Methods in org.apache.hc.client5.http.impl.auth that throw AuthenticationException Modifier and Type Method Description private java.lang.String
DigestScheme. createDigestResponse(org.apache.hc.core5.http.HttpRequest request)
java.lang.String
BasicScheme. generateAuthResponse(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.protocol.HttpContext context)
java.lang.String
BearerScheme. generateAuthResponse(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.protocol.HttpContext context)
java.lang.String
DigestScheme. generateAuthResponse(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.protocol.HttpContext context)
java.lang.String
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.java.lang.String
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 java.nio.charset.Charset
AuthSchemeSupport. parseCharset(java.lang.String charsetName, java.nio.charset.Charset defaultCharset)
private void
BasicScheme. validateUsername()
-