Package | Description |
---|---|
org.forgerock.openam.sts.tokengeneration.saml2.statements |
This package contains classes defining the interfaces consumed to obtain the various statements contituting SAML2
assertions.
|
org.forgerock.openam.sts.user.invocation |
This package contains classes related to creating the json payloads corresponding to REST-STS and TokenGenerationService
invocations.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static ProofTokenState |
ProofTokenState.fromJson(JsonValue jsonValue)
Constructs a
ProofTokenState from the specified JsonValue representation. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.