org.apache.directory.api.ldap.model.constants
Class SupportedSaslMechanisms

java.lang.Object
  extended by org.apache.directory.api.ldap.model.constants.SupportedSaslMechanisms

public final class SupportedSaslMechanisms
extends Object

Contains constants used for populating the supportedSASLMechanisms in the RootDSE. Final reference -> class shouldn't be extended

Author:
Apache Directory Project

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

CRAM_MD5

public static final String CRAM_MD5
CRAM-MD5 mechanism

See Also:
Constant Field Values

DIGEST_MD5

public static final String DIGEST_MD5
DIGEST_MD5-MD5 mechanism

See Also:
Constant Field Values

GSSAPI

public static final String GSSAPI
GSSAPI mechanism

See Also:
Constant Field Values

PLAIN

public static final String PLAIN
PLAIN mechanism

See Also:
Constant Field Values

NTLM

public static final String NTLM
Not a SASL JDK supported mechanism

See Also:
Constant Field Values

GSS_SPNEGO

public static final String GSS_SPNEGO
Not a SASL JDK supported mechanism

See Also:
Constant Field Values


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.