public final class StandardAuthScheme extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | BASICBasic authentication scheme (considered inherently insecure without TLS,
 but most widely supported). | 
| static String | BEARERBearer authentication scheme (should be used with TLS). | 
| static String | DIGESTDigest authentication scheme. | 
| static String | KERBEROSDeprecated. 
 Do not use. The GGS based experimental authentication schemes are no longer
 supported. Consider using Basic or Bearer authentication with TLS instead. | 
| static String | NTLMDeprecated. 
 Do not use. the NTLM authentication scheme is no longer supported.
 Consider using Basic or Bearer authentication with TLS instead. | 
| static String | SPNEGODeprecated. 
 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.