public interface MultiFactorAuthenticationRequestResolver
Authentication object instance. Implementations may choose to return multiple contexts.| Modifier and Type | Method and Description |
|---|---|
List<MultiFactorAuthenticationRequestContext> |
resolve(org.jasig.cas.authentication.Authentication authentication,
org.jasig.cas.authentication.principal.WebApplicationService targetService)
Resolve potential
MultiFactorAuthenticationRequestContext from passed in primary
authentication instance, for a passed in target service. |
List<MultiFactorAuthenticationRequestContext> resolve(org.jasig.cas.authentication.Authentication authentication, org.jasig.cas.authentication.principal.WebApplicationService targetService)
MultiFactorAuthenticationRequestContext from passed in primary
authentication instance, for a passed in target service.authentication - primary authentication instancetargetService - target serviceMultiFactorAuthenticationRequestContext or null if no mfa request can be resolvedCopyright © 2013-2015 Unicon Inc.. All Rights Reserved.