public final class SupportedSaslMechanisms
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CRAM_MD5
CRAM-MD5 mechanism
|
static java.lang.String |
DIGEST_MD5
DIGEST_MD5-MD5 mechanism
|
static java.lang.String |
GSS_SPNEGO
Not a SASL JDK supported mechanism
|
static java.lang.String |
GSSAPI
GSSAPI mechanism
|
static java.lang.String |
NTLM
Not a SASL JDK supported mechanism
|
static java.lang.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 java.lang.String CRAM_MD5
public static final java.lang.String DIGEST_MD5
public static final java.lang.String GSSAPI
public static final java.lang.String PLAIN
public static final java.lang.String NTLM
public static final java.lang.String GSS_SPNEGO