Package | Description |
---|---|
org.forgerock.openam.sts.rest.token.provider |
Contains classes and interface definitions common to all token provider classes.
|
org.forgerock.openam.sts.tokengeneration.oidc |
This package contains classes defining OpenId Connect Token generation and claim mapping.
|
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 |
---|---|
JsonValue |
RestTokenProvider.createToken(RestTokenProviderParameters<T> restTokenProviderParameters)
Creates a token using the specified
RestTokenProviderParameters |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
OpenIdConnectTokenClaimMapper.getCustomClaims(SSOToken token,
Map<String,String> claimMap) |
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
|
List<AuthnStatement> |
AuthenticationStatementsProvider.get(SAML2Config saml2Config,
String authnContextClassRef)
Invoked to obtain the List of AuthnStatement instances to be included in the generated SAML2 assertion.
|
List<AttributeStatement> |
AttributeStatementsProvider.get(SSOToken ssoToken,
SAML2Config saml2Config,
AttributeMapper attributeMapper)
Invoked to obtain the List of AttributeStatement instances 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
|
List<Attribute> |
AttributeMapper.getAttributes(SSOToken token,
Map<String,String> attributeMap)
Gets a list of populated SAML2 Attribute instances.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.