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 java.lang.Object

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

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Field Summary
static java.lang.String LDAP_PROTOCOL
          A key constant used when creating a SaslServer
static java.lang.String SASL_AUTHENT_USER
          A key constant for storing the authenticated user
static java.lang.String SASL_CREDS
          A key constant for storing the evaluated credentials
static java.lang.String SASL_FILTER
          A key constant representing the SASL IoFilter
static java.lang.String SASL_HOST
          A key constant for storing the SASL host in the session
static java.lang.String SASL_MECH
          A key constant for storing the current mechanism
static java.lang.String SASL_MECH_HANDLER
          A key constant representing the SASL mechanism handler
static java.lang.String SASL_PROPS
          A key constant representing the SASL properties
static java.lang.String SASL_QOP
          A key constant for storing the Quality Of Protection
static java.lang.String SASL_REALM
          A key constant for storing the realm
static java.lang.String SASL_SERVER
          A key constant for storing the SASL Server in the session.
static java.lang.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 java.lang.String SASL_SERVER
A key constant for storing the SASL Server in the session.

See Also:
Constant Field Values

SASL_HOST

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

See Also:
Constant Field Values

LDAP_PROTOCOL

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

See Also:
Constant Field Values

SASL_USER_BASE_DN

public static final java.lang.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 java.lang.String SASL_MECH
A key constant for storing the current mechanism

See Also:
Constant Field Values

SASL_AUTHENT_USER

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

See Also:
Constant Field Values

SASL_CREDS

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

See Also:
Constant Field Values

SASL_QOP

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

See Also:
Constant Field Values

SASL_REALM

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

See Also:
Constant Field Values

SASL_PROPS

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

See Also:
Constant Field Values

SASL_MECH_HANDLER

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

See Also:
Constant Field Values

SASL_FILTER

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

See Also:
Constant Field Values
Constructor Detail

SaslConstants

public SaslConstants()


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