Package org.teiid.translator.ldap
Class LDAPConnectorConstants
- java.lang.Object
-
- org.teiid.translator.ldap.LDAPConnectorConstants
-
public class LDAPConnectorConstants extends 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
Fields Modifier and Type Field Description static booleanldapDefaultIsAscendingstatic intldapDefaultSearchScopestatic StringldapDefaultSortNamestatic StringldapTimestampFormat
-
Constructor Summary
Constructors Constructor Description LDAPConnectorConstants()
-
-
-
Field Detail
-
ldapDefaultSortName
public static final 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
-
ldapTimestampFormat
public static final String ldapTimestampFormat
- See Also:
- Constant Field Values
-
-