|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.model.constants.SupportedSaslMechanisms
public final class SupportedSaslMechanisms
Contains constants used for populating the supportedSASLMechanisms in the RootDSE. Final reference -> class shouldn't be extended
| Field Summary | |
|---|---|
static String |
CRAM_MD5
CRAM-MD5 mechanism |
static String |
DIGEST_MD5
DIGEST_MD5-MD5 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 |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||