com.metamatrix.connector.ldap
Class LDAPConnectorPropertyNames

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

public class LDAPConnectorPropertyNames
extends java.lang.Object

Property names used in the LDAP connector.


Field Summary
static java.lang.String LDAP_ADMIN_USER_DN
           
static java.lang.String LDAP_ADMIN_USER_PASSWORD
           
static java.lang.String LDAP_DEFAULT_BASEDN
           
static java.lang.String LDAP_DEFAULT_SCOPE
           
static java.lang.String LDAP_MAX_CRITERIA
           
static java.lang.String LDAP_RESTRICT_TO_OBJECTCLASS
           
static java.lang.String LDAP_TXN_TIMEOUT_IN_MILLIS
           
static java.lang.String LDAP_URL
           
 
Constructor Summary
LDAPConnectorPropertyNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LDAP_URL

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

LDAP_ADMIN_USER_DN

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

LDAP_ADMIN_USER_PASSWORD

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

LDAP_TXN_TIMEOUT_IN_MILLIS

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

LDAP_MAX_CRITERIA

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

LDAP_DEFAULT_BASEDN

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

LDAP_DEFAULT_SCOPE

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

LDAP_RESTRICT_TO_OBJECTCLASS

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

LDAPConnectorPropertyNames

public LDAPConnectorPropertyNames()


Copyright © 2009. All Rights Reserved.