Adding the Plug-in to Your Configuration

The plug-in must be configured in the spl-config configuration element. If multiple plugins are configured on the Oracle Communications Unified Session Manager, the plug-ins are executed in the order of configuration.

To add the SPL Plugin to the configuration:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type system and press Enter to access the system-level configuration elements.
    ORACLE(configure)# system
    ORACLE(system)#
  3. Type spl-config and press Enter.
    ORACLE(system)# spl-config
    ORACLE(spl-config)#
  4. Type plugins and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ACMESYSTEM(spl-config)# plugins
    ACMESYSTEM(spl-plugins)#
  5. Type name, a <space>, and the name of the SPL plug-in file.
    ACMESYSTEM(spl-plugins)#name SMXOauth2.spl
  6. Type done to save your work.