Package com.tibco.tibjms.admin
Class LDAPParams
- java.lang.Object
- 
- com.tibco.tibjms.admin.ThirdPartyParams
- 
- com.tibco.tibjms.admin.LDAPParams
 
 
- 
 public class LDAPParams extends ThirdPartyParams This class represents LDAP parameters.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringLDAP_ALL_GROUPS_FILTERString parameter for LDAP search filter for finding all groups.static java.lang.StringLDAP_ALL_USERS_FILTERString parameter for LDAP search filter for finding all users.static java.lang.StringLDAP_CACHE_ENABLEDBoolean parameter for enabling cahing of LDAP data.static java.lang.StringLDAP_CACHE_TTLInteger parameter for specifying the maximum time (in seconds) that cached LDAP data is retained before it is refreshed.static java.lang.StringLDAP_CONNECTION_TYPEString parameter for specifying the type of connection that the server uses to get LDAP data.static java.lang.StringLDAP_DYNAMIC_GROUP_ATTRIBUTEString parameter for the name of the attibute on the dynamic group object class that holds the name of the group.static java.lang.StringLDAP_DYNAMIC_GROUP_CLASSString parameter for LDAP object class that stores dynamic groups.static java.lang.StringLDAP_DYNAMIC_MEM_URL_ATTRIBUTEString parameter for the attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group.static java.lang.StringLDAP_GROUP_BASE_DNString parameter for LDAP base DN of groups.static java.lang.StringLDAP_GROUP_NAME_FILTERString parameter for LDAP search filter for finding a group with a given group name.static java.lang.StringLDAP_GROUP_SCOPEString parameter for LDAP search scope of groups.static java.lang.StringLDAP_principalString parameter for LDAP admin username.static java.lang.StringLDAP_STATIC_GROUP_ATTRIBUTEString parameter for the name of the attribute on the static group object class that holds the name of the group.static java.lang.StringLDAP_STATIC_GROUP_CLASSString paramter for LDAP object class that stores static groups.static java.lang.StringLDAP_STATIC_MEMBER_ATTRIBUTEString parameter for attribute of an LDAP static group object that specifies the DN fo the members of the group.static java.lang.StringLDAP_STATIC_MEMBER_FILTERString parameter for LDAP search filter for finding static group members.static java.lang.StringLDAP_TLS_CACERT_DIRString parameter for the path of trusted certificate chain that used to sign LDAP server's certificate.static java.lang.StringLDAP_TLS_CACERT_FILEString parameter for trusted certificate that used to sign LDAP server's certificate.static java.lang.StringLDAP_TLS_CIPHERSString parameter for specifying encryption ciphers used between TIBCO EMS server and LDAP server.static java.lang.StringLDAP_TLS_CLIENT_CERTString parameter for specifying TIBCO EMS server's certificate when LDAP server requires client authentication.static java.lang.StringLDAP_TLS_CLIENT_KEYString parameter for specifying TIBCO EMS server's private key when LDAP server requires client authentication.static java.lang.StringLDAP_TLS_RAND_FILEString parameter for specifying file(s) containing random data used to seed the random number generator.static java.lang.StringLDAP_URLString parameter for LDAP server URL.static java.lang.StringLDAP_USER_ATTRIBUTEString parameter for the attribute on the user object class that holds the name of the user.static java.lang.StringLDAP_USER_BASE_DNString parameter for base DN of the LDAP tree that contains the users.static java.lang.StringLDAP_USER_CLASSString parameter for LDAP object class that stores users.static java.lang.StringLDAP_USER_NAME_FILTERString parameter for LDAP search filter for finding a given user name.static java.lang.StringLDAP_USER_SCOPEString parameter for the search scope of user objects.
 - 
Method Summary- 
Methods inherited from class com.tibco.tibjms.admin.ThirdPartyParamstoString
 
- 
 
- 
- 
- 
Field Detail- 
LDAP_URLpublic static final java.lang.String LDAP_URL String parameter for LDAP server URL.- See Also:
- Constant Field Values
 
 - 
LDAP_principalpublic static final java.lang.String LDAP_principal String parameter for LDAP admin username.- See Also:
- Constant Field Values
 
 - 
LDAP_USER_CLASSpublic static final java.lang.String LDAP_USER_CLASS String parameter for LDAP object class that stores users.- See Also:
- Constant Field Values
 
 - 
LDAP_USER_ATTRIBUTEpublic static final java.lang.String LDAP_USER_ATTRIBUTE String parameter for the attribute on the user object class that holds the name of the user.- See Also:
- Constant Field Values
 
 - 
LDAP_USER_BASE_DNpublic static final java.lang.String LDAP_USER_BASE_DN String parameter for base DN of the LDAP tree that contains the users.- See Also:
- Constant Field Values
 
 - 
LDAP_USER_SCOPEpublic static final java.lang.String LDAP_USER_SCOPE String parameter for the search scope of user objects.- See Also:
- Constant Field Values
 
 - 
LDAP_USER_NAME_FILTERpublic static final java.lang.String LDAP_USER_NAME_FILTER String parameter for LDAP search filter for finding a given user name.- See Also:
- Constant Field Values
 
 - 
LDAP_ALL_USERS_FILTERpublic static final java.lang.String LDAP_ALL_USERS_FILTER String parameter for LDAP search filter for finding all users.- See Also:
- Constant Field Values
 
 - 
LDAP_GROUP_BASE_DNpublic static final java.lang.String LDAP_GROUP_BASE_DN String parameter for LDAP base DN of groups.- See Also:
- Constant Field Values
 
 - 
LDAP_GROUP_SCOPEpublic static final java.lang.String LDAP_GROUP_SCOPE String parameter for LDAP search scope of groups.- See Also:
- Constant Field Values
 
 - 
LDAP_GROUP_NAME_FILTERpublic static final java.lang.String LDAP_GROUP_NAME_FILTER String parameter for LDAP search filter for finding a group with a given group name.- See Also:
- Constant Field Values
 
 - 
LDAP_ALL_GROUPS_FILTERpublic static final java.lang.String LDAP_ALL_GROUPS_FILTER String parameter for LDAP search filter for finding all groups.- See Also:
- Constant Field Values
 
 - 
LDAP_STATIC_GROUP_CLASSpublic static final java.lang.String LDAP_STATIC_GROUP_CLASS String paramter for LDAP object class that stores static groups.- See Also:
- Constant Field Values
 
 - 
LDAP_STATIC_GROUP_ATTRIBUTEpublic static final java.lang.String 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.- See Also:
- Constant Field Values
 
 - 
LDAP_STATIC_MEMBER_ATTRIBUTEpublic static final java.lang.String LDAP_STATIC_MEMBER_ATTRIBUTE String parameter for attribute of an LDAP static group object that specifies the DN fo the members of the group.- See Also:
- Constant Field Values
 
 - 
LDAP_STATIC_MEMBER_FILTERpublic static final java.lang.String LDAP_STATIC_MEMBER_FILTER String parameter for LDAP search filter for finding static group members.- See Also:
- Constant Field Values
 
 - 
LDAP_DYNAMIC_GROUP_CLASSpublic static final java.lang.String LDAP_DYNAMIC_GROUP_CLASS String parameter for LDAP object class that stores dynamic groups.- See Also:
- Constant Field Values
 
 - 
LDAP_DYNAMIC_GROUP_ATTRIBUTEpublic static final java.lang.String 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.- See Also:
- Constant Field Values
 
 - 
LDAP_DYNAMIC_MEM_URL_ATTRIBUTEpublic static final java.lang.String 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.- See Also:
- Constant Field Values
 
 - 
LDAP_CACHE_ENABLEDpublic static final java.lang.String LDAP_CACHE_ENABLED Boolean parameter for enabling cahing of LDAP data.- See Also:
- Constant Field Values
 
 - 
LDAP_CACHE_TTLpublic static final java.lang.String LDAP_CACHE_TTL Integer parameter for specifying the maximum time (in seconds) that cached LDAP data is retained before it is refreshed.- See Also:
- Constant Field Values
 
 - 
LDAP_CONNECTION_TYPEpublic static final java.lang.String LDAP_CONNECTION_TYPE String parameter for specifying the type of connection that the server uses to get LDAP data.- See Also:
- Constant Field Values
 
 - 
LDAP_TLS_CACERT_FILEpublic static final java.lang.String LDAP_TLS_CACERT_FILE String parameter for trusted certificate that used to sign LDAP server's certificate.- See Also:
- Constant Field Values
 
 - 
LDAP_TLS_CACERT_DIRpublic static final java.lang.String LDAP_TLS_CACERT_DIR String parameter for the path of trusted certificate chain that used to sign LDAP server's certificate.- See Also:
- Constant Field Values
 
 - 
LDAP_TLS_CLIENT_CERTpublic static final java.lang.String LDAP_TLS_CLIENT_CERT String parameter for specifying TIBCO EMS server's certificate when LDAP server requires client authentication.- See Also:
- Constant Field Values
 
 - 
LDAP_TLS_CLIENT_KEYpublic static final java.lang.String LDAP_TLS_CLIENT_KEY String parameter for specifying TIBCO EMS server's private key when LDAP server requires client authentication.- See Also:
- Constant Field Values
 
 - 
LDAP_TLS_CIPHERSpublic static final java.lang.String LDAP_TLS_CIPHERS String parameter for specifying encryption ciphers used between TIBCO EMS server and LDAP server.- See Also:
- Constant Field Values
 
 - 
LDAP_TLS_RAND_FILEpublic static final java.lang.String LDAP_TLS_RAND_FILE String parameter for specifying file(s) containing random data used to seed the random number generator.- See Also:
- Constant Field Values
 
 
- 
 
-