public class FSDefaultRealmAttributePlugin extends Object implements FSRealmAttributePlugin
FSDefaultRealmAttributePlugin
is the default
attribute plugin implementation of FSRealmAttributePlugin
of Identity provider. The default implementation will read the
attribute map configuration defined in hosted IDP local configuration
and create SAML AttributeStatement
s so that they can be
inserted into SAML SSO Assertion
.Constructor and Description |
---|
FSDefaultRealmAttributePlugin() |
Modifier and Type | Method and Description |
---|---|
List |
getAttributeStatements(String realm,
String hostEntityId,
String remoteEntityID,
FSSubject subject,
Object token)
Returns list of
AttributeStatement s by using attribute
map defined in the configuration. |
public List getAttributeStatements(String realm, String hostEntityId, String remoteEntityID, FSSubject subject, Object token)
AttributeStatement
s by using attribute
map defined in the configuration.getAttributeStatements
in interface FSRealmAttributePlugin
realm
- The realm under which the entity resides.hostEntityId
- Hosted identity provider entity id.remoteEntityID
- Remote provider's entity idsubject
- Subject subject of the authenticated principal.token
- user's session.AttributeStatements.
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.