PartnerSiteAttributeMapper
instead.public interface SiteAttributeMapper
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 Artifact 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.
PartnerSiteAttributeMapper
Modifier and Type | Method and Description |
---|---|
List |
getAttributes(Object token)
Deprecated.
Returns
List of Attribute objects |
List getAttributes(Object token) throws SAMLException
List
of Attribute
objectstoken
- User's session.List
if Attribute
objects.
Attribute
is defined in the SAML SDK as part of
com.sun.identity.saml.assertion
package.SAMLException
- if attributes cannot be obtained.Copyright © 2010-2018, ForgeRock All Rights Reserved.