Uses of Interface
org.eclipse.jetty.client.api.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
Modifier and TypeMethodDescriptionHttpAuthenticationStore.findAuthentication
(String type, URI uri, String realm) Modifier and TypeMethodDescriptionvoid
HttpAuthenticationStore.addAuthentication
(Authentication authentication) void
HttpAuthenticationStore.removeAuthentication
(Authentication authentication) -
Uses of Authentication in org.eclipse.jetty.client.api
Modifier 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.Modifier and TypeMethodDescriptionvoid
AuthenticationStore.addAuthentication
(Authentication authentication) void
AuthenticationStore.removeAuthentication
(Authentication authentication) -
Uses of Authentication in org.eclipse.jetty.client.util
Modifier 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.