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 classInvalidCredentialsExceptionAuthentication 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.StringAuthScheme. 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.booleanAuthScheme. 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 classNTLMEngineExceptionDeprecated.Do not use.Methods in org.apache.hc.client5.http.impl.auth that throw AuthenticationException Modifier and Type Method Description private java.lang.StringDigestScheme. createDigestResponse(org.apache.hc.core5.http.HttpRequest request)java.lang.StringBasicScheme. 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.StringBearerScheme. 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.StringDigestScheme. 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.StringGGSSchemeBase. 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.StringNTLMScheme. generateAuthResponse(org.apache.hc.core5.http.HttpHost host, org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.protocol.HttpContext context)Deprecated.booleanBasicScheme. isResponseReady(org.apache.hc.core5.http.HttpHost host, CredentialsProvider credentialsProvider, org.apache.hc.core5.http.protocol.HttpContext context)booleanBearerScheme. isResponseReady(org.apache.hc.core5.http.HttpHost host, CredentialsProvider credentialsProvider, org.apache.hc.core5.http.protocol.HttpContext context)booleanDigestScheme. isResponseReady(org.apache.hc.core5.http.HttpHost host, CredentialsProvider credentialsProvider, org.apache.hc.core5.http.protocol.HttpContext context)booleanGGSSchemeBase. isResponseReady(org.apache.hc.core5.http.HttpHost host, CredentialsProvider credentialsProvider, org.apache.hc.core5.http.protocol.HttpContext context)Deprecated.booleanNTLMScheme. isResponseReady(org.apache.hc.core5.http.HttpHost host, CredentialsProvider credentialsProvider, org.apache.hc.core5.http.protocol.HttpContext context)Deprecated.static java.nio.charset.CharsetAuthSchemeSupport. parseCharset(java.lang.String charsetName, java.nio.charset.Charset defaultCharset)private voidBasicScheme. validateUsername()
-