@Immutable public final class AuthSchemes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BASIC
Basic authentication scheme as defined in RFC2617 (considered inherently
insecure, but most widely supported)
|
static String |
DIGEST
Digest authentication scheme as defined in RFC2617.
|
static String |
KERBEROS
Kerberos Authentication scheme.
|
static String |
NTLM
The NTLM scheme is a proprietary Microsoft Windows Authentication
protocol (considered to be the most secure among currently supported
authentication schemes).
|
static String |
SPNEGO
SPNEGO Authentication scheme.
|
public static final String BASIC
public static final String DIGEST
public static final String NTLM
public static final String SPNEGO
public static final String KERBEROS
Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.