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 |
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
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.