Uses of Class
org.forgerock.openam.sts.TokenCreationException
Package
Description
Contains classes and interface definitions common to all token provider classes.
This package contains classes defining OpenId Connect Token generation and claim mapping.
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
Modifier and TypeMethodDescriptionRestTokenProvider.createToken
(RestTokenProviderParameters<T> restTokenProviderParameters) Creates a token using the specifiedRestTokenProviderParameters
-
Uses of TokenCreationException in org.forgerock.openam.sts.tokengeneration.oidc
-
Uses of TokenCreationException in org.forgerock.openam.sts.tokengeneration.saml2.statements
Modifier and TypeMethodDescriptionAttributeStatementsProvider.get
(SSOToken ssoToken, SAML2Config saml2Config, AttributeMapper attributeMapper) Invoked to obtain the List of AttributeStatement instances to be included in the generated SAML2 assertion.AuthenticationStatementsProvider.get
(SAML2Config saml2Config, String authnContextClassRef) Invoked to obtain the List of AuthnStatement instances to be included in the generated SAML2 assertion.ConditionsProvider.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 assertionAttributeMapper.getAttributes
(SSOToken token, Map<String, String> attributeMap) Gets a list of populated SAML2 Attribute instances.