Sun Java System Access Manager 7.1 Federation and SAML Administration Guide

PartnerSiteAttributeMapper Interface


Caution – Caution –

The SiteAttributeMapper interface has been deprecated. Use the PartnerSiteAttributeMapper interface.


The PartnerSiteAttributeMapper interface needs to be implemented by each partner site. The implemented class defines a list of attributes to be returned as elements of the AttributeStatements in an authentication assertion. By default, when Access Manager creates an assertion and no mapper is specified, the authentication assertion only contains authentication statements. If a partner site wants to include attribute statements, it needs to implement this mapper which would be used to obtain attributes, create the attribute statement, and insert the statement inside the assertion.

ProcedureHow to Set Up a PartnerSiteAttributeMapper

  1. Implement a customized class based on the PartnerSiteAttributeMapper interface.

    This class will include user attributes in the SAML authentication assertion.

  2. Log in to the Access Manager console to configure the class in the Site Attribute Mapper attribute of the Trusted Partner configuration.

    See Trusted Partners for more information.