Uses of Interface
org.eclipse.jetty.client.Authentication
Packages that use Authentication
-
Uses of Authentication in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client 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.Methods in org.eclipse.jetty.client 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 with parameters of type AuthenticationModifier and TypeMethodDescriptionvoid
AuthenticationStore.addAuthentication
(Authentication authentication) Add theAuthentication
to add.void
AuthenticationStore.removeAuthentication
(Authentication authentication) Remove an Authentication.