JavaScript is disabled on your browser.
OpenAM Project 14.1.1 Documentation
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
public interface OpenIdConnectTokenAuthMethodReferencesMapper
An interface which allows soap-sts publishers to generate the amr claim for issued OpenIdConnect tokens on the basis
of the validated input token. See the amr claim here: http://openid.net/specs/openid-connect-core-1_0.html#IDToken.
Method Summary
Methods
Modifier and Type
Method and Description
Set <String >
getAuthnMethodsReferences (TokenTypeId inputTokenType,
org.forgerock.json.JsonValue inputToken)
Returns the Set of authentication methods references corresponding to the TokenType inputToken.
Method Detail
getAuthnMethodsReferences
Set <String > getAuthnMethodsReferences (TokenTypeId inputTokenType,
org.forgerock.json.JsonValue inputToken)
Returns the Set of authentication methods references corresponding to the TokenType inputToken.
Parameters: inputTokenType
- The input token type passed as input to the token transformation operationinputToken
- The input token passed as input to the token transformation operation
Returns: A set of authentication method references appropriate to the validation of the input token type.
OpenAM Project 14.1.1 Documentation
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2010-2016, ForgeRock All Rights Reserved.