Uses of Class
org.forgerock.openam.sts.token.SAML2SubjectConfirmation
-
Packages that use SAML2SubjectConfirmation Package Description org.forgerock.openam.sts.token Contains the classes related to token operations.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 SAML2SubjectConfirmation in org.forgerock.openam.sts.token
Methods in org.forgerock.openam.sts.token that return SAML2SubjectConfirmation Modifier and Type Method Description static SAML2SubjectConfirmation
SAML2SubjectConfirmation. valueOf(String name)
Returns the enum constant of this type with the specified name.static SAML2SubjectConfirmation[]
SAML2SubjectConfirmation. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SAML2SubjectConfirmation in org.forgerock.openam.sts.tokengeneration.saml2.statements
Methods in org.forgerock.openam.sts.tokengeneration.saml2.statements with parameters of type SAML2SubjectConfirmation Modifier and Type Method Description Conditions
ConditionsProvider. get(SAML2Config saml2Config, Date issueInstant, SAML2SubjectConfirmation saml2SubjectConfirmation)
Called to obtain the Conditions instance to be included in the generated SAML2 assertionSubject
SubjectProvider. get(String subjectId, String audienceId, SAML2Config saml2Config, SAML2SubjectConfirmation subjectConfirmation, Date assertionIssueInstant, ProofTokenState proofTokenState)
Called to obtain the Subject instance to be included in the generated SAML2 assertion
-