public static class FinalizeMultiFactorAuthentication.DefaultResultMergingStrategy extends Object implements com.google.common.base.Function<ProfileRequestContext,AuthenticationResult>
AuthenticationResult objects into a
single result.
The default strategy searches for a MultiFactorAuthenticationContext child of an
AuthenticationContext child of the input context, and combines all of the Subject
content from MultiFactorAuthenticationContext.getActiveResults() into a single result.
It assigns the flow ID based on AuthenticationContext.getAttemptedFlow(), and also preserves
the original result objects in wrapper principals within the new result.
| Constructor and Description |
|---|
FinalizeMultiFactorAuthentication.DefaultResultMergingStrategy() |
public FinalizeMultiFactorAuthentication.DefaultResultMergingStrategy()
@Nullable public AuthenticationResult apply(@Nullable ProfileRequestContext input)
apply in interface com.google.common.base.Function<ProfileRequestContext,AuthenticationResult>Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.