Package org.forgerock.openam.sts.tokengeneration.saml2.statements
This package contains classes defining the interfaces consumed to obtain the various statements contituting SAML2
assertions. End-users can implement a specific interface, and specify this class in the SAML2Config associated with
a published STS instance, and their class will be invoked to produce the specific statement type for inclusion in the
SAML2 assertion.
-
Interface Summary Interface Description AttributeMapper Defines the concerns of mapping attributes into SAML2 AttributeStatements.AttributeStatementsProvider Defines the concerns of generating the AttributeStatement list to be included in the SAML2 assertion.AuthenticationStatementsProvider Defines the concern of providing the AuthnStatement list to be included in the generated SAML2 assertion.AuthzDecisionStatementsProvider This interface defines the plug-in point for producing AuthzDecisionStatements.ConditionsProvider Implementations of this interface will be consulted to obtain the Conditions object included in generated SAML2 assertions.SubjectProvider Defines the concerns of providing the Subject to be included in the generated SAML2 assertion.