public interface IDPAttributeMapper
IDPAttributeMapper
is used to map the
authenticated user configured attributes to SAML Attribute
s
so that the SAML framework may insert these attribute information as SAML
AttributeStatement
s in SAML Assertion
.
The implementation of this interface can read the configured
attributes or the attributes that are available through the Single
Sign On Token and returns the SAML Attribute
s.SPAttributeMapper
List<Attribute> getAttributes(Object session, String hostEntityID, String remoteEntityID, String realm) throws WSFederationException
Attribute
objects for an
authenticated user local attributes.session
- single sign on session of an authenticated user.hostEntityID
- EntityID
of the hosted provider.remoteEntityID
- EntityID
of the remote provider.realm
- realm name.Attributes
s of an authenticated user.WSFederationException
- if any failure.Copyright © 2010-2016, ForgeRock All Rights Reserved.