org.apache.directory.shared.ldap.constants
Interface SupportedSaslMechanisms


public interface SupportedSaslMechanisms

Contains constants used for populating the supportedSASLMechanisms in the RootDSE.

Version:
$Rev$
Author:
Apache Directory Project

Field Summary
static String CRAM_MD5
           
static String DIGEST_MD5
           
static String GSS_SPNEGO
          Not a SASL JDK supported mechanism
static String GSSAPI
           
static String NTLM
          Not a SASL JDK supported mechanism
static String PLAIN
           
 

Field Detail

CRAM_MD5

static final String CRAM_MD5
See Also:
Constant Field Values

DIGEST_MD5

static final String DIGEST_MD5
See Also:
Constant Field Values

GSSAPI

static final String GSSAPI
See Also:
Constant Field Values

PLAIN

static final String PLAIN
See Also:
Constant Field Values

NTLM

static final String NTLM
Not a SASL JDK supported mechanism

See Also:
Constant Field Values

GSS_SPNEGO

static final String GSS_SPNEGO
Not a SASL JDK supported mechanism

See Also:
Constant Field Values


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.