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
|
Modifier and Type | Method and Description |
---|---|
TokenTypeId |
RestTokenProviderParameters.getInputTokenType()
Gets the type of the input token.
|
Modifier and Type | Method and Description |
---|---|
String |
OpenIdConnectTokenAuthnContextMapper.getAuthnContextClassReference(TokenTypeId inputTokenType,
org.forgerock.json.JsonValue inputToken)
Returns the AuthnContext value corresponding to the TokenType inputToken.
|
Set<String> |
OpenIdConnectTokenAuthMethodReferencesMapper.getAuthnMethodsReferences(TokenTypeId inputTokenType,
org.forgerock.json.JsonValue inputToken)
Returns the Set of authentication methods references corresponding to the TokenType inputToken.
|
Copyright © 2010-2016, ForgeRock All Rights Reserved.