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 class
BasicAuthentication
Implementation of the HTTP "Basic" authentication defined in RFC 2617.class
DigestAuthentication
Implementation of the HTTP "Digest" authentication defined in RFC 2617.class
SPNEGOAuthentication
Implementation of the SPNEGO (or "Negotiate") authentication defined in RFC 4559.
-