| Modifier and Type | Method and Description |
|---|---|
MultiFactorAuthenticationSupportingWebApplicationService |
RequestedAuthenticationMethodRankingStrategy.computeHighestRankingAuthenticationMethod(MultiFactorAuthenticationTransactionContext mfaTransaction)
Calculates the highest ranking possible authentication method from the list of the requested ones.
|
MultiFactorAuthenticationSupportingWebApplicationService |
OrderedMultiFactorMethodRankingStrategy.computeHighestRankingAuthenticationMethod(MultiFactorAuthenticationTransactionContext mfaTransaction) |
MultiFactorAuthenticationSupportingWebApplicationService |
MultiFactorAuthenticationRequestContext.getMfaService() |
| Constructor and Description |
|---|
MultiFactorAuthenticationRequestContext(MultiFactorAuthenticationSupportingWebApplicationService mfaService,
int rank)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
protected MultiFactorAuthenticationSupportingWebApplicationService |
AbstractMultiFactorAuthenticationViaFormAction.addToMfaTransactionAndGetHighestRankedMfaRequest(List<MultiFactorAuthenticationRequestContext> mfaRequests,
org.springframework.webflow.execution.RequestContext context)
Add the request to mfa transaction, re-rank and return the newly ranked one.
|
| Modifier and Type | Method and Description |
|---|---|
static MultiFactorAuthenticationSupportingWebApplicationService |
MultiFactorRequestContextUtils.getMultifactorWebApplicationService(org.springframework.webflow.execution.RequestContext context)
Get mfa service from flow scope.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MultiFactorRequestContextUtils.setMultifactorWebApplicationService(org.springframework.webflow.execution.RequestContext context,
MultiFactorAuthenticationSupportingWebApplicationService svc)
Sets the multifactor web application service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMultiFactorAuthenticationSupportingWebApplicationService
The MultiFactorAuthenticationService is an extension of the generic CAS service
that delegates calls to
SimpleWebApplicationServiceImpl. |
| Modifier and Type | Method and Description |
|---|---|
MultiFactorAuthenticationSupportingWebApplicationService |
MultiFactorWebApplicationServiceFactory.create(String id,
String originalUrl,
String artifactId,
String authnMethod,
MultiFactorAuthenticationSupportingWebApplicationService.AuthenticationMethodSource authenticationMethodSource)
Create an instance of
MultiFactorAuthenticationSupportingWebApplicationService. |
MultiFactorAuthenticationSupportingWebApplicationService |
DefaultMultiFactorWebApplicationServiceFactory.create(String id,
String originalUrl,
String artifactId,
String authenticationMethod,
MultiFactorAuthenticationSupportingWebApplicationService.AuthenticationMethodSource authenticationMethodSource) |
Copyright © 2013-2015 Unicon Inc.. All Rights Reserved.