com.sun.identity.saml.plugins
Interface SiteAttributeMapper


public interface SiteAttributeMapper

The class SiteAttributeList is an interface that needs to be implemented by partner site to return a List of Attribute objects which they want returned as AttributeStatements elements, as part of the Authentication Assertion returned to the partner during the SSO scenario of Browser Atrifact and POST profile

Different partner would need to have a different implementation of the interface. The mappings between the partner source ID and the implementation class are configured at the Partner URLs field in SAML service.


Method Summary
 java.util.List getAttributes(SSOToken token)
          Return List of Attribute objects
 

Method Detail

getAttributes

public java.util.List getAttributes(SSOToken token)
                             throws SAMLException
Return List of Attribute objects
Returns:
List if Attribute objects. Attribute is defined in the SAML SDK as part of com.sun.identity.saml.assertion package.