org.apache.directory.server.ldap.handlers.bind
Class SaslConstants

java.lang.Object
  extended by org.apache.directory.server.ldap.handlers.bind.SaslConstants

public class SaslConstants
extends Object

SASL Constants used to store informations releated to the Challenge/response exchange during the SASL negociation.

Author:
Apache Directory Project

Field Summary
static String LDAP_PROTOCOL
          A key constant used when creating a SaslServer
static String SASL_AUTHENT_USER
          A key constant for storing the authenticated user
static String SASL_CREDS
          A key constant for storing the evaluated credentials
static String SASL_FILTER
          A key constant representing the SASL IoFilter
static String SASL_HOST
          A key constant for storing the SASL host in the session
static String SASL_MECH
          A key constant for storing the current mechanism
static String SASL_MECH_HANDLER
          A key constant representing the SASL mechanism handler
static String SASL_PROPS
          A key constant representing the SASL properties
static String SASL_QOP
          A key constant for storing the Quality Of Protection
static String SASL_REALM
          A key constant for storing the realm
static String SASL_SERVER
          A key constant for storing the SASL Server in the session.
static String SASL_USER_BASE_DN
          A key constant for storing the place where we are to search for user's pasword
 
Constructor Summary
SaslConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SASL_SERVER

public static final String SASL_SERVER
A key constant for storing the SASL Server in the session.

See Also:
Constant Field Values

SASL_HOST

public static final String SASL_HOST
A key constant for storing the SASL host in the session

See Also:
Constant Field Values

LDAP_PROTOCOL

public static final String LDAP_PROTOCOL
A key constant used when creating a SaslServer

See Also:
Constant Field Values

SASL_USER_BASE_DN

public static final String SASL_USER_BASE_DN
A key constant for storing the place where we are to search for user's pasword

See Also:
Constant Field Values

SASL_MECH

public static final String SASL_MECH
A key constant for storing the current mechanism

See Also:
Constant Field Values

SASL_AUTHENT_USER

public static final String SASL_AUTHENT_USER
A key constant for storing the authenticated user

See Also:
Constant Field Values

SASL_CREDS

public static final String SASL_CREDS
A key constant for storing the evaluated credentials

See Also:
Constant Field Values

SASL_QOP

public static final String SASL_QOP
A key constant for storing the Quality Of Protection

See Also:
Constant Field Values

SASL_REALM

public static final String SASL_REALM
A key constant for storing the realm

See Also:
Constant Field Values

SASL_PROPS

public static final String SASL_PROPS
A key constant representing the SASL properties

See Also:
Constant Field Values

SASL_MECH_HANDLER

public static final String SASL_MECH_HANDLER
A key constant representing the SASL mechanism handler

See Also:
Constant Field Values

SASL_FILTER

public static final String SASL_FILTER
A key constant representing the SASL IoFilter

See Also:
Constant Field Values
Constructor Detail

SaslConstants

public SaslConstants()


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