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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Conditions |
ConditionsProvider.get(SAML2Config saml2Config,
Date issueInstant,
SAML2SubjectConfirmation saml2SubjectConfirmation)
Called to obtain the Conditions instance to be included in the generated SAML2 assertion
|
Subject |
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
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.