public class SolrBasicAuthentication extends Object implements org.eclipse.jetty.client.api.Authentication
Constructor and Description |
---|
SolrBasicAuthentication(String user,
String password) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.jetty.client.api.Authentication.Result |
authenticate(org.eclipse.jetty.client.api.Request request,
org.eclipse.jetty.client.api.ContentResponse response,
org.eclipse.jetty.client.api.Authentication.HeaderInfo headerInfo,
org.eclipse.jetty.util.Attributes context) |
boolean |
matches(String type,
URI uri,
String realm) |
public boolean matches(String type, URI uri, String realm)
matches
in interface org.eclipse.jetty.client.api.Authentication
public org.eclipse.jetty.client.api.Authentication.Result authenticate(org.eclipse.jetty.client.api.Request request, org.eclipse.jetty.client.api.ContentResponse response, org.eclipse.jetty.client.api.Authentication.HeaderInfo headerInfo, org.eclipse.jetty.util.Attributes context)
authenticate
in interface org.eclipse.jetty.client.api.Authentication
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.