Uses of Class
org.apache.http.auth.AuthenticationException
Packages that use AuthenticationException
Package
Description
Client HTTP authentication APIs.
Client HTTP communication APIs.
Client specific HTTP protocol handlers.
Default implementations of standard and common HTTP authentication
schemes.
Default HTTP client implementation.
-
Uses of AuthenticationException in org.apache.http.auth
Subclasses of AuthenticationException in org.apache.http.authModifier and TypeClassDescriptionclassAuthentication credentials required to respond to a authentication challenge are invalidMethods in org.apache.http.auth that throw AuthenticationExceptionModifier and TypeMethodDescriptionorg.apache.http.HeaderAuthScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request) Deprecated.org.apache.http.HeaderContextAwareAuthScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) Produces an authorization string for the given set ofCredentials. -
Uses of AuthenticationException in org.apache.http.client
Methods in org.apache.http.client that throw AuthenticationExceptionModifier and TypeMethodDescriptionAuthenticationHandler.selectScheme(Map<String, org.apache.http.Header> challenges, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) Deprecated.Selects one authentication challenge out of all available and creates and generatesAuthSchemeinstance capable of processing that challenge. -
Uses of AuthenticationException in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol that throw AuthenticationExceptionModifier and TypeMethodDescriptionprivate org.apache.http.HeaderRequestAuthenticationBase.authenticate(AuthScheme authScheme, Credentials creds, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) Deprecated. -
Uses of AuthenticationException in org.apache.http.impl.auth
Subclasses of AuthenticationException in org.apache.http.impl.authMethods in org.apache.http.impl.auth that throw AuthenticationExceptionModifier and TypeMethodDescriptionorg.apache.http.HeaderAuthSchemeBase.authenticate(Credentials credentials, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) org.apache.http.HeaderBasicScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request) org.apache.http.HeaderBasicScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) Produces basic authorization header for the given set ofCredentials.org.apache.http.HeaderDigestScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request) org.apache.http.HeaderDigestScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) Produces a digest authorization string for the given set ofCredentials, method name and URI.org.apache.http.HeaderGGSSchemeBase.authenticate(Credentials credentials, org.apache.http.HttpRequest request) org.apache.http.HeaderGGSSchemeBase.authenticate(Credentials credentials, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) org.apache.http.HeaderKerberosScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) Produces KERBEROS authorization Header based on token created by processChallenge.org.apache.http.HeaderNegotiateScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request) Deprecated.org.apache.http.HeaderNegotiateScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) Deprecated.Produces Negotiate authorization Header based on token created by processChallenge.org.apache.http.HeaderNTLMScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request) org.apache.http.HeaderSPNegoScheme.authenticate(Credentials credentials, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) Produces SPNEGO authorization Header based on token created by processChallenge.private org.apache.http.HeaderDigestScheme.createDigestHeader(Credentials credentials, org.apache.http.HttpRequest request) Creates digest-response header as defined in RFC2617.private org.apache.http.HeaderHttpAuthenticator.doAuth(AuthScheme authScheme, Credentials creds, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) -
Uses of AuthenticationException in org.apache.http.impl.client
Methods in org.apache.http.impl.client that throw AuthenticationExceptionModifier and TypeMethodDescriptionAbstractAuthenticationHandler.selectScheme(Map<String, org.apache.http.Header> challenges, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context) Deprecated.
ContextAwareAuthScheme.authenticate(Credentials, HttpRequest, org.apache.http.protocol.HttpContext)