Package org.forgerock.openam.sts.tokengeneration.saml2.statements


@Supported 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.
  • Interfaces
    Class
    Description
    Defines the concerns of mapping attributes into SAML2 AttributeStatements.
    Defines the concerns of generating the AttributeStatement list to be included in the SAML2 assertion.
    Defines the concern of providing the AuthnStatement list to be included in the generated SAML2 assertion.
    This interface defines the plug-in point for producing AuthzDecisionStatements.
    Implementations of this interface will be consulted to obtain the Conditions object included in generated SAML2 assertions.
    Defines the concerns of providing the Subject to be included in the generated SAML2 assertion.