| Package | Description |
|---|---|
| io.airlift.http.client | |
| io.airlift.http.client.spnego |
| Modifier and Type | Method and Description |
|---|---|
KerberosNameType |
HttpClientConfig.getKerberosNameType() |
static KerberosNameType |
KerberosNameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KerberosNameType[] |
KerberosNameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpClientConfig |
HttpClientConfig.setKerberosNameType(KerberosNameType nameType) |
| Constructor and Description |
|---|
SpnegoAuthentication(File keytab,
File kerberosConfig,
File credentialCache,
String servicePrincipalPattern,
String principal,
String remoteServiceName,
KerberosNameType nameType,
boolean useCanonicalHostname) |
Copyright © 2010–2020 Airlift. All rights reserved.