Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
Environment
==========
All
All BW version
Description
=========
This example illustrates the use of a username/password token for authentication and integrity (signing) using a custom password lookup mechanism (user implements javax.security.auth.callback.CallbackHandler) using a JLDAP client against an OPEN LDAP server.
The source code in OpenLDAPBasedPasswordLookup.java contains environment specific information such as LDAP host name, port #, version, etc. After you configure the LDAP server, you need to modify the Java code to use correct parameters, compile the code and create a JAR. Therefore, there is no need to provide a JAR in the example.