Sun OpenSSO Enterprise 8.0 Developer's Guide

Setting a Customized Class

There are two ways you can set a customized implementation class:

  1. Add a customized mapper as a value for the Advanced Properties of the appropriate server using the OpenSSO Enterprise console.

    1. Login to the OpenSSO Enterprise console as the administrator.

    2. Click the Configuration tab.

    3. Click Servers & Sites and select the server.

    4. Click the Advanced tab.

    5. Click Add and enter the full interface name as the Property Name and the implemented class name as the Property Value.

      For example, com.sun.identity.saml2.sdk.mapping.Assertion and com.ourcompany.saml2.AssertionImpl, respectively.

  2. Set an environment variable for the Virtual Machine for the Java™ platform (JVM™). For example, you can add the following environment variable when starting the application:


    -Dcom.sun.identity.saml2.sdk.mapping.Assertion=com.ourcompany.saml2.AssertionImpl