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 java.lang.String CRAM_MD5
           
static java.lang.String DIGEST_MD5
           
static java.lang.String GSS_SPNEGO
          Not a SASL JDK supported mechanism
static java.lang.String GSSAPI
           
static java.lang.String NTLM
          Not a SASL JDK supported mechanism
static java.lang.String PLAIN
           
 

Field Detail

CRAM_MD5

static final java.lang.String CRAM_MD5
See Also:
Constant Field Values

DIGEST_MD5

static final java.lang.String DIGEST_MD5
See Also:
Constant Field Values

GSSAPI

static final java.lang.String GSSAPI
See Also:
Constant Field Values

PLAIN

static final java.lang.String PLAIN
See Also:
Constant Field Values

NTLM

static final java.lang.String NTLM
Not a SASL JDK supported mechanism

See Also:
Constant Field Values

GSS_SPNEGO

static final java.lang.String GSS_SPNEGO
Not a SASL JDK supported mechanism

See Also:
Constant Field Values


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.