public final class StandardAuthScheme extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BASIC
Basic authentication scheme (considered inherently insecure without TLS,
but most widely supported).
|
static String |
BEARER
Bearer authentication scheme (should be used with TLS).
|
static String |
DIGEST
Digest authentication scheme.
|
static String |
KERBEROS
Deprecated.
Do not use. The GGS based experimental authentication schemes are no longer
supported. Consider using Basic or Bearer authentication with TLS instead.
|
static String |
NTLM
Deprecated.
Do not use. the NTLM authentication scheme is no longer supported.
Consider using Basic or Bearer authentication with TLS instead.
|
static String |
SCRAM_SHA_256
SCRAM with SHA-256 as defined by RFC 7804 / RFC 7677.
|
static String |
SPNEGO
Deprecated.
Do not use. The GGS based experimental authentication schemes are no longer
supported. Consider using Basic or Bearer authentication with TLS instead.
|
public static final String BASIC
public static final String DIGEST
public static final String BEARER
@Deprecated public static final String NTLM
@Deprecated public static final String SPNEGO
@Deprecated public static final String KERBEROS
public static final String SCRAM_SHA_256
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.