Uses of Class
org.eclipse.jetty.client.util.AbstractAuthentication
-
Packages that use AbstractAuthentication Package Description org.eclipse.jetty.client.util Jetty Client : Utility Classes -
-
Uses of AbstractAuthentication in org.eclipse.jetty.client.util
Subclasses of AbstractAuthentication in org.eclipse.jetty.client.util Modifier and Type Class Description classBasicAuthenticationImplementation of the HTTP "Basic" authentication defined in RFC 2617.classDigestAuthenticationImplementation of the HTTP "Digest" authentication defined in RFC 2617.classSPNEGOAuthenticationImplementation of the SPNEGO (or "Negotiate") authentication defined in RFC 4559.
-