com.metamatrix.connector.ldap
Class LDAPConnectorConstants

java.lang.Object
  extended by com.metamatrix.connector.ldap.LDAPConnectorConstants

public class LDAPConnectorConstants
extends java.lang.Object

Utility class to maintain list of constants for the LDAPConnector. Please modify constants here; changes should be reflected throughout the connector code.


Field Summary
static java.lang.String JNDI_LDAP_CTX_FACTORY
           
static boolean ldapDefaultIsAscending
           
static int ldapDefaultSearchScope
           
static java.lang.String ldapDefaultSortName
           
static java.lang.String ldapTimestampFormat
           
 
Constructor Summary
LDAPConnectorConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ldapDefaultSortName

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

ldapDefaultSearchScope

public static final int ldapDefaultSearchScope
See Also:
Constant Field Values

ldapDefaultIsAscending

public static final boolean ldapDefaultIsAscending
See Also:
Constant Field Values

JNDI_LDAP_CTX_FACTORY

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

ldapTimestampFormat

public static final java.lang.String ldapTimestampFormat
See Also:
Constant Field Values
Constructor Detail

LDAPConnectorConstants

public LDAPConnectorConstants()


Copyright © 2009. All Rights Reserved.