public interface OpenIdConnectTokenAuthMethodReferencesMapper
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAuthnMethodsReferences(TokenTypeId inputTokenType,
JsonValue inputToken)
Returns the Set of authentication methods references corresponding to the TokenType inputToken.
|
Set<String> getAuthnMethodsReferences(TokenTypeId inputTokenType, JsonValue inputToken)
inputTokenType
- The input token type passed as input to the token transformation operationinputToken
- The input token passed as input to the token transformation operationCopyright © 2010-2018, ForgeRock All Rights Reserved.