public interface FSAttributeMapper
The interface FSAttributeMapper
is a plugin for
mapping the Attribute
s during the single sign-on at the
ServiceProvider
of the Liberty protocols. The service
provider while it is validating the Assertion
uses this
plugin to map the Attribute
s that are passed from the
Identity provider to local attributes so that the assertion consumer
service will populate these attributes to the application via the
single sign-on token.
FSRealmAttributeMapper
Modifier and Type | Method and Description |
---|---|
Map |
getAttributes(List attributeStatements,
String hostEntityId,
String remoteEntityId,
Object token)
Deprecated.
Returns the map of local attributes for the given list of attribute
statements.
|
Map getAttributes(List attributeStatements, String hostEntityId, String remoteEntityId, Object token)
attributeStatements
- list of AttributeStatement
s.hostEntityId
- Hosted provider entity id.remoteEntityId
- Remote provider entity id.token
- Single sign-on session token.Copyright © 2010-2018, ForgeRock All Rights Reserved.