Uses of Interface
org.forgerock.openam.sts.TokenTypeId
-
Packages that use TokenTypeId Package Description org.forgerock.openam.sts.rest.token.provider Contains classes and interface definitions common to all token provider classes.org.forgerock.openam.sts.rest.token.provider.oidc Classes related to producing OpenIdConnect tokens -
-
Uses of TokenTypeId in org.forgerock.openam.sts.rest.token.provider
Methods in org.forgerock.openam.sts.rest.token.provider that return TokenTypeId Modifier and Type Method Description TokenTypeId
RestTokenProviderParameters. getInputTokenType()
Gets the type of the input token. -
Uses of TokenTypeId in org.forgerock.openam.sts.rest.token.provider.oidc
Methods in org.forgerock.openam.sts.rest.token.provider.oidc with parameters of type TokenTypeId Modifier and Type Method Description String
OpenIdConnectTokenAuthnContextMapper. getAuthnContextClassReference(TokenTypeId inputTokenType, JsonValue inputToken)
Returns the AuthnContext value corresponding to the TokenType inputToken.Set<String>
OpenIdConnectTokenAuthMethodReferencesMapper. getAuthnMethodsReferences(TokenTypeId inputTokenType, JsonValue inputToken)
Returns the Set of authentication methods references corresponding to the TokenType inputToken.
-