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 TypeClassDescriptionclassAbstract base class for authentication implementations.classImplementation of the HTTP "Basic" authentication defined in RFC 2617.classImplementation of the HTTP "Digest" authentication defined in RFC 2617.classImplementation 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 TypeMethodDescriptionvoidAuthenticationStore.addAuthentication(Authentication authentication) Add theAuthenticationto add.voidAuthenticationStore.removeAuthentication(Authentication authentication) Remove an Authentication.