User Exits

The out of the box image comes bundled with all the supported default user exit xmls, namely:

  • UserLoginUserExits.xml
  • UserLogoutUserExits.xml
  • MailboxUserExits.xml
  • SftpServerUserExits.xml
  • FtpServerUserExits.xml
To apply custom user exits, the appropriate user exit xml definition needs to be updated with the user exit implementations and properties. The custom user exit code can be packaged in a jar which then needs to be enclosed in a vendor name and version folder structure, similar to third-party jars, and placed inside the jars folder under user exits. As an example, the user exit implementation for logout can be packaged in user-logout-1.0.jar and placed in the below folder structure:
ibm
 b2bi
  customization
   userexits
    jars
     user-logout
      1.0
       user-logout-1.0.jar