Class BasicAuthentication

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

public class BasicAuthentication extends AbstractAuthentication
Implementation of the HTTP "Basic" 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().