Interface LdapConstants
public interface LdapConstants
Provides constants which are Ldap Destination specific.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Cloud connector location ID property.static final String
Cloud connector location ID separator.static final String
Authentication property.static final String
Client socket factory property.static final String
Description property.static final String
Password property.static final String
Proxy type property.static final String
URL property.static final String
User property.static final String
Proxy type - Internet.static final String
Proxy type - On premise.static final String
Authentication type - Basic.static final String
Authentication type - No authentication.
-
Field Details
-
KEY_AUTHENTICATION
Authentication property.- See Also:
-
VALUE_BASIC_AUTHENTICATION
Authentication type - Basic.- See Also:
-
VALUE_NO_AUTHENTICATION
Authentication type - No authentication.- See Also:
-
KEY_DESCRIPTION
Description property.- See Also:
-
KEY_USER
User property.- See Also:
-
KEY_PASSWORD
Password property.- See Also:
-
KEY_URL
URL property.- See Also:
-
KEY_PROXY_TYPE
Proxy type property.- See Also:
-
PROXY_INTERNET
Proxy type - Internet.- See Also:
-
PROXY_ON_PREMISE
Proxy type - On premise.- See Also:
-
CLOUD_CONNECTOR_LOCATIONID
Cloud connector location ID property.- See Also:
-
CLOUD_CONNECTOR_LOCATIONID_SEPARATOR
Cloud connector location ID separator.- See Also:
-
KEY_CLIENT_SOCKET_FACTORY
Client socket factory property.- See Also:
-