[TIBCO.EMS .NET Admin client library 5.1 documentation]

The LDAPParams type exposes the following members.

Fields

  NameDescription
LDAP_ALL_GROUPS_FILTER
String parameter for LDAP search filter for finding all groups.
LDAP_ALL_USERS_FILTER
String parameter for LDAP search filter for finding all users.
LDAP_CACHE_ENABLED
Boolean parameter for enabling cahing of LDAP data.
LDAP_CACHE_TTL
Integer parameter for specifying the maximum time (in seconds) that cached LDAP data is retained before it is refreshed.
LDAP_CONNECTION_TYPE
String parameter for specifying the type of connection that the server uses to get LDAP data.
LDAP_DYNAMIC_GROUP_ATTRIBUTE
String parameter for the name of the attibute on the dynamic group object class that holds the name of the group.
LDAP_DYNAMIC_GROUP_CLASS
String parameter for LDAP object class that stores dynamic groups.
LDAP_DYNAMIC_MEM_URL_ATTRIBUTE
String parameter for the attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group.
LDAP_GROUP_BASE_DN
String parameter for LDAP base DN of groups.
LDAP_GROUP_NAME_FILTER
String parameter for LDAP search filter for finding a group with a given group name.
LDAP_GROUP_SCOPE
String parameter for LDAP search scope of groups.
LDAP_principal
String parameter for LDAP admin username.
LDAP_STATIC_GROUP_ATTRIBUTE
String parameter for the name of the attribute on the static group object class that holds the name of the group.
LDAP_STATIC_GROUP_CLASS
String paramter for LDAP object class that stores static groups.
LDAP_STATIC_MEMBER_ATTRIBUTE
String parameter for attribute of an LDAP static group object that specifies the DN fo the members of the group.
LDAP_STATIC_MEMBER_FILTER
String parameter for LDAP search filter for finding static group members.
LDAP_TLS_CACERT_DIR
String parameter for the path of trusted certificate chain that used to sign LDAP server's certificate.
LDAP_TLS_CACERT_FILE
String parameter for trusted certificate that used to sign LDAP server's certificate.
LDAP_TLS_CIPHERS
String parameter for specifying encryption ciphers used between TIBCO EMS server and LDAP server.
LDAP_TLS_CLIENT_CERT
String parameter for specifying TIBCO EMS server's certificate when LDAP server requires client authentication.
LDAP_TLS_CLIENT_KEY
String parameter for specifying TIBCO EMS server's private key when LDAP server requires client authentication.
LDAP_TLS_RAND_FILE
String parameter for specifying file(s) containing random data used to seed the random number generator.
LDAP_URL
String parameter for LDAP server URL.
LDAP_USER_ATTRIBUTE
String parameter for the attribute on the user object class that holds the name of the user.
LDAP_USER_BASE_DN
String parameter for base DN of the LDAP tree that contains the users.
LDAP_USER_CLASS
String parameter for LDAP object class that stores users.
LDAP_USER_NAME_FILTER
String parameter for LDAP search filter for finding a given user name.
LDAP_USER_SCOPE
String parameter for the search scope of user objects.
tpParams
(Inherited from ThirdPartyParams.)

See Also