Sun Identity Manager 8.1 Resources Reference

Identity Manager Installation Notes

The SmartRoles adapter is a custom adapter. You must perform the following steps to complete the installation process:

ProcedureInstalling the SmartRules Adapter

  1. To add a SmartRoles resource to the Identity Manager resources list, you must add the following value in the Custom Resources section of the Configure Managed Resources page.


    com.waveset.adapter.SmartRolesResourceAdapter
  2. Copy the following jar files from the SmartRoles installation directory (SR_install_dir/Foundation/lib) to $WSHOME/WEB-INF/lib:

    • bridgestream-common.jar

      • jgroups-all.jar

      • log4j-1.2.8.jar

      • rowset.jar

      • fxrm.jar

      • jmxri.jar

      • ojdbc14.jar

      • jcert.jar

      • jmxtools.jar

      • ojdbc14_g.jar

  3. Copy the following files from the SR_install_dir/Foundation/config directory to the $WSHOME/WEB-INF/classes directory:

    • bridgestream_jaas.config

      • log4j.properties

      • foundation_config.xml

      • foundation_config.dtd

  4. Edit the log4j.properties file to specify the path to the log files in the log4j.appender.debuglog.File and log4j.appender.logfile.File properties files. These properties can both specify the same file.

  5. Set the following Java system properties in the JVM running Identity Manager:

    System Property  

    Value  

    java.security.auth.login.config

    Path to bridgestream_jaas.config file

    brLoggingConfig

    Path to log4j.properties file

    brfConfig

    Path to foundation_config.xml and foundation_config.dtd files


    Note –

    If you need to specify these properties on the JVM command line, use the -D option to set the properties as follows:



    -Djava.security.auth.login.config=PathToBridgestream_jaas.config
    -DbrLoggingConfig=PathTolog4j.properties
    -DbrfConfig=PathTofoundation_config.xml and  foundation_config.dtd files