public class DefaultAttributeStatementsProvider extends Object implements AttributeStatementsProvider
AttributeStatementsProvider
Constructor and Description |
---|
DefaultAttributeStatementsProvider() |
Modifier and Type | Method and Description |
---|---|
List<AttributeStatement> |
get(SSOToken ssoToken,
SAML2Config saml2Config,
AttributeMapper mapper)
Invoked to obtain the List of AttributeStatement instances to be included in the generated SAML2 assertion.
|
public List<AttributeStatement> get(SSOToken ssoToken, SAML2Config saml2Config, AttributeMapper mapper) throws TokenCreationException
AttributeStatementsProvider
get
in interface AttributeStatementsProvider
ssoToken
- The SSOToken corresponding to asserted subjectsaml2Config
- The STS-instance-specific SAML2 configurationsmapper
- The AttributeMapper implementation which will map attributes. If the AttributeMapper cannot map
any attributes, then an empty list should be returned.TokenCreationException
AttributeStatementsProvider.get(com.iplanet.sso.SSOToken,
org.forgerock.openam.sts.config.user.SAML2Config, AttributeMapper)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.