public final class SupportedSaslMechanisms extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CRAM_MD5
CRAM-MD5 mechanism
|
static String |
DIGEST_MD5
DIGEST_MD5-MD5 mechanism
|
static String |
EXTERNAL
EXTERNAL mechanism
|
static String |
GSS_SPNEGO
Not a SASL JDK supported mechanism
|
static String |
GSSAPI
GSSAPI mechanism
|
static String |
NTLM
Not a SASL JDK supported mechanism
|
static String |
PLAIN
PLAIN mechanism
|
| Modifier | Constructor and Description |
|---|---|
private |
SupportedSaslMechanisms()
Ensures no construction of this class, also ensures there is no need for final keyword above
(Implicit super constructor is not visible for default constructor),
but is still self documenting.
|
public static final String CRAM_MD5
public static final String DIGEST_MD5
public static final String GSSAPI
public static final String PLAIN
public static final String NTLM
public static final String GSS_SPNEGO
public static final String EXTERNAL
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.