Class DigestAuthentication

java.lang.Object
org.eclipse.jetty.client.util.AbstractAuthentication
org.eclipse.jetty.client.util.DigestAuthentication
All Implemented Interfaces:
Authentication

public class DigestAuthentication extends AbstractAuthentication
Implementation of the HTTP "Digest" authentication defined in RFC 2617.

Applications should create objects of this class and add them to the AuthenticationStore retrieved from the HttpClient via HttpClient.getAuthenticationStore().