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