Uses of Enum Class
org.forgerock.openam.sts.token.SAML2SubjectConfirmation
Package
Description
Contains the classes related to token operations.
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
Modifier and TypeMethodDescriptionstatic SAML2SubjectConfirmation
Returns the enum constant of this class with the specified name.static SAML2SubjectConfirmation[]
SAML2SubjectConfirmation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SAML2SubjectConfirmation in org.forgerock.openam.sts.tokengeneration.saml2.statements
Modifier and TypeMethodDescriptionConditionsProvider.get
(SAML2Config saml2Config, Date issueInstant, SAML2SubjectConfirmation saml2SubjectConfirmation) Called to obtain the Conditions instance to be included in the generated SAML2 assertionSubjectProvider.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