Package org.apereo.cas.authentication
Interface MultifactorAuthenticationProviderSelector
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This is
MultifactorAuthenticationProviderSelector
that decides how to resolve a single provider from a collection available
to a registered service.- Since:
- 5.0.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionresolve(Collection<MultifactorAuthenticationProvider> providers, org.apereo.cas.services.RegisteredService service, org.apereo.cas.authentication.principal.Principal principal) Resolve multifactor authentication provider.
-
Field Details
-
BEAN_NAME
Default implementation bean name.- See Also:
-
-
Method Details
-
resolve
MultifactorAuthenticationProvider resolve(Collection<MultifactorAuthenticationProvider> providers, org.apereo.cas.services.RegisteredService service, org.apereo.cas.authentication.principal.Principal principal) throws Throwable Resolve multifactor authentication provider.- Parameters:
providers- the providersservice- the serviceprincipal- the principal- Returns:
- the multifactor authentication provider
- Throws:
Throwable- the throwable
-