public class SpnegoAuthentication extends Object implements org.eclipse.jetty.client.api.Authentication
| Constructor and Description |
|---|
SpnegoAuthentication(File keytab,
File kerberosConfig,
File credentialCache,
String servicePrincipalPattern,
String principal,
String remoteServiceName,
KerberosNameType nameType,
boolean useCanonicalHostname) |
| 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 attributes) |
boolean |
matches(String type,
URI uri,
String realm) |
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 attributes)
authenticate in interface org.eclipse.jetty.client.api.AuthenticationCopyright © 2010–2020 Airlift. All rights reserved.