Package | Description |
---|---|
org.apache.hc.client5.http.auth |
Client HTTP authentication APIs.
|
Modifier and Type | Method and Description |
---|---|
KerberosConfig.Option |
KerberosConfig.getRequestDelegCreds()
Deprecated.
|
KerberosConfig.Option |
KerberosConfig.getStripPort()
Deprecated.
|
KerberosConfig.Option |
KerberosConfig.getUseCanonicalHostname()
Deprecated.
|
static KerberosConfig.Option |
KerberosConfig.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KerberosConfig.Option[] |
KerberosConfig.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KerberosConfig.Builder |
KerberosConfig.Builder.setRequestDelegCreds(KerberosConfig.Option requestDelegCreds) |
KerberosConfig.Builder |
KerberosConfig.Builder.setStripPort(KerberosConfig.Option stripPort) |
KerberosConfig.Builder |
KerberosConfig.Builder.setUseCanonicalHostname(KerberosConfig.Option useCanonicalHostname) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.