public interface AttributeStatementsProvider
Modifier and Type | Method and Description |
---|---|
List<AttributeStatement> |
get(SSOToken ssoToken,
SAML2Config saml2Config,
AttributeMapper attributeMapper)
Invoked to obtain the List of AttributeStatement instances to be included in the generated SAML2 assertion.
|
List<AttributeStatement> get(SSOToken ssoToken, SAML2Config saml2Config, AttributeMapper attributeMapper) throws TokenCreationException
ssoToken
- The SSOToken corresponding to asserted subjectsaml2Config
- The STS-instance-specific SAML2 configurationsattributeMapper
- The AttributeMapper implementation which will map attributes. If the AttributeMapper cannot map
any attributes, then an empty list should be returned.TokenCreationException
- If there was an error while creating the AttributeStatements.Copyright © 2010-2018, ForgeRock All Rights Reserved.