Uses of Class
org.forgerock.openam.sts.TokenCreationException
-
Packages that use TokenCreationException 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. -
-
Uses of TokenCreationException in org.forgerock.openam.sts.rest.token.provider
Methods in org.forgerock.openam.sts.rest.token.provider that throw TokenCreationException Modifier and Type Method Description JsonValue
RestTokenProvider. createToken(RestTokenProviderParameters<T> restTokenProviderParameters)
Creates a token using the specifiedRestTokenProviderParameters
-
Uses of TokenCreationException in org.forgerock.openam.sts.tokengeneration.oidc
Methods in org.forgerock.openam.sts.tokengeneration.oidc that throw TokenCreationException Modifier and Type Method Description Map<String,String>
OpenIdConnectTokenClaimMapper. getCustomClaims(SSOToken token, Map<String,String> claimMap)
-
Uses of TokenCreationException in org.forgerock.openam.sts.tokengeneration.saml2.statements
Methods in org.forgerock.openam.sts.tokengeneration.saml2.statements that throw TokenCreationException Modifier and Type Method Description 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.List<AuthnStatement>
AuthenticationStatementsProvider. get(SAML2Config saml2Config, String authnContextClassRef)
Invoked to obtain the List of AuthnStatement instances to be included in the generated SAML2 assertion.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 assertionList<Attribute>
AttributeMapper. getAttributes(SSOToken token, Map<String,String> attributeMap)
Gets a list of populated SAML2 Attribute instances.
-