Uses of Interface
org.forgerock.openam.sts.tokengeneration.saml2.statements.AttributeMapper
-
Packages that use AttributeMapper Package Description org.forgerock.openam.sts.tokengeneration.saml2.statements This package contains classes defining the interfaces consumed to obtain the various statements contituting SAML2 assertions. -
-
Uses of AttributeMapper in org.forgerock.openam.sts.tokengeneration.saml2.statements
Methods in org.forgerock.openam.sts.tokengeneration.saml2.statements with parameters of type AttributeMapper Modifier and Type Method Description List<AttributeStatement>
AttributeStatementsProvider. get(SSOToken ssoToken, SAML2Config saml2Config, AttributeMapper attributeMapper)
Invoked to obtain the List of AttributeStatement instances to be included in the generated SAML2 assertion.
-