org.apache.directory.server.ldap
Class LdapProtocolConstants

java.lang.Object
  extended by org.apache.directory.server.ldap.LdapProtocolConstants

public final class LdapProtocolConstants
extends Object

Constants for LDAP protocol service. Final reference -> class shouldn't be extended

Author:
Apache Directory Project

Field Summary
static String CORE_SESSION_KEY
           
static org.apache.directory.shared.ldap.model.message.Control[] EMPTY_CONTROLS
           
static String OUTSTANDING_KEY
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_CONTROLS

public static final org.apache.directory.shared.ldap.model.message.Control[] EMPTY_CONTROLS

OUTSTANDING_KEY

public static final String OUTSTANDING_KEY
See Also:
Constant Field Values

CORE_SESSION_KEY

public static final String CORE_SESSION_KEY
See Also:
Constant Field Values


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