Show TOC

Background documentationMake the Interface Class Available to TWSecurity

 

When you have implemented the interface class, you must make it available to TWSecurity by performing the following steps:

  1. Edit the trvsec.conf file to indicate which class should be used to manage the central key integration.

    To do this, set the key.management.central.keysource property to the name of the interface class, for example:

    key.management.central.keysource=com.myCompany.TWSecurityInterface

  2. Place this class in the classpath of all processes that use TWSecurity.

    This includes the .BAT files that allow the user to run TWInstall as well as Web applications in Tomcat and services (for CEFT) and WebSphere (for Return Authorization). The default integration with RSA Key Manager requires the libraries kmsclient.jar and log4j.jar. You must add the libraries required for the other central key management system in all places where these libraries are added to a classpath.

    Note Note

    You can obtain all instances where these libraries are used by reviewing the configuration steps listed in the Security Guide for configuring security for Returns Authorization and CEFT.

    End of the note.
  3. Initialize the security properties.