public interface OpenIdConnectTokenAuthnContextMapper
Modifier and Type | Method and Description |
---|---|
String |
getAuthnContextClassReference(TokenTypeId inputTokenType,
JsonValue inputToken)
Returns the AuthnContext value corresponding to the TokenType inputToken.
|
String getAuthnContextClassReference(TokenTypeId inputTokenType, JsonValue inputToken)
inputTokenType
- The TokenType validated as part of the token transformationinputToken
- The json representation of the validated token, as presented to the REST STS in the
token transformation invocation. This state can be used by custom implementations of this interface
to make more elaborate decisions regarding the returned AuthnContext class reference.Copyright © 2010-2020, ForgeRock All Rights Reserved.