Uses of Interface
org.eclipse.jetty.client.api.Authentication
Packages that use Authentication
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : API Classes
Jetty Client : Utility Classes
-
Uses of Authentication in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return AuthenticationModifier and TypeMethodDescriptionHttpAuthenticationStore.findAuthentication
(String type, URI uri, String realm) Methods in org.eclipse.jetty.client with parameters of type AuthenticationModifier and TypeMethodDescriptionvoid
HttpAuthenticationStore.addAuthentication
(Authentication authentication) void
HttpAuthenticationStore.removeAuthentication
(Authentication authentication) -
Uses of Authentication in org.eclipse.jetty.client.api
Methods in org.eclipse.jetty.client.api that return AuthenticationModifier and TypeMethodDescriptionAuthenticationStore.findAuthentication
(String type, URI uri, String realm) Returns the authentication that matches the given type (for example, "Basic" or "Digest"), the given request URI and the given realm.Methods in org.eclipse.jetty.client.api with parameters of type AuthenticationModifier and TypeMethodDescriptionvoid
AuthenticationStore.addAuthentication
(Authentication authentication) void
AuthenticationStore.removeAuthentication
(Authentication authentication) -
Uses of Authentication in org.eclipse.jetty.client.util
Classes in org.eclipse.jetty.client.util that implement AuthenticationModifier and TypeClassDescriptionclass
class
Implementation of the HTTP "Basic" authentication defined in RFC 2617.class
Implementation of the HTTP "Digest" authentication defined in RFC 2617.class
Implementation of the SPNEGO (or "Negotiate") authentication defined in RFC 4559.