public class FSDefaultRealmAttributeMapper extends Object implements FSRealmAttributeMapper
FSDefaultRealmAttributeMapper
is the default
implementation of the FSRealmAttributeMapper
used at the service
provider(SP) and configurable through provider's local configuration.
The default implementation reads the assertion attributes and
map to the configured attribute map that is defined in Provider's
local configuration. The attributes will be populated to the
session of the user for the consumption of any
dependent applications. If the configuration is not defined, then the
attributes in the assertion themselves will be populated.Constructor and Description |
---|
FSDefaultRealmAttributeMapper() |
Modifier and Type | Method and Description |
---|---|
Map |
getAttributes(List statements,
String realm,
String hostEntityId,
String remoteEntityId,
Object token)
Returns the attribute map for the given list of
AttributeStatement s. |
public Map getAttributes(List statements, String realm, String hostEntityId, String remoteEntityId, Object token)
AttributeStatement
s.getAttributes
in interface FSRealmAttributeMapper
statements
- list of AttributeStatements
s.realm
- The realm under which the entity resides.hostEntityId
- Hosted provider entity id.remoteEntityId
- Remote provider entity id.token
- Single sign-on session token.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.