private class PopulateMultiFactorAuthenticationContext.DefaultResultLookupStrategy extends Object implements com.google.common.base.Function<ProfileRequestContext,Collection<AuthenticationResult>>
AuthenticationResults from inside
the AuthenticationResultPrincipal collection of an active AuthenticationResult
of the currently executing flow.| Modifier | Constructor and Description |
|---|---|
private |
PopulateMultiFactorAuthenticationContext.DefaultResultLookupStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Collection<AuthenticationResult> |
apply(ProfileRequestContext input) |
(package private) void |
processActiveResult(ProfileRequestContext profileRequestContext,
AuthenticationContext authenticationContext,
Collection<AuthenticationResult> results,
AuthenticationResult candidate)
Check an active result for possible inclusion in the returned collection.
|
private PopulateMultiFactorAuthenticationContext.DefaultResultLookupStrategy()
@Nullable public Collection<AuthenticationResult> apply(@Nullable ProfileRequestContext input)
apply in interface com.google.common.base.Function<ProfileRequestContext,Collection<AuthenticationResult>>void processActiveResult(@Nonnull ProfileRequestContext profileRequestContext, @Nonnull AuthenticationContext authenticationContext, @Nonnull Collection<AuthenticationResult> results, @Nonnull AuthenticationResult candidate)
profileRequestContext - current profile request contextauthenticationContext - current authentication contextresults - the collection to add tocandidate - the result to evaluateCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.