public interface RequestedAuthenticationMethodRankingStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
anyPreviouslyAchievedAuthenticationMethodsStrongerThanRequestedOne(Set<String> previouslyAchievedAuthenticationMethods,
String requestedAuthenticationMethod)
Determine if provided list of previously achieved authentication methods contains any one method stronger than
currently requested one.
|
MultiFactorAuthenticationSupportingWebApplicationService |
computeHighestRankingAuthenticationMethod(MultiFactorAuthenticationTransactionContext mfaTransaction)
Calculates the highest ranking possible authentication method from the list of the requested ones.
|
MultiFactorAuthenticationSupportingWebApplicationService computeHighestRankingAuthenticationMethod(MultiFactorAuthenticationTransactionContext mfaTransaction)
mfaTransaction - mfa transaction encapsulating possible requested authentication methodsboolean anyPreviouslyAchievedAuthenticationMethodsStrongerThanRequestedOne(Set<String> previouslyAchievedAuthenticationMethods, String requestedAuthenticationMethod)
previouslyAchievedAuthenticationMethods - set of previously achieved authentication methodsrequestedAuthenticationMethod - requestedAuthenticationMethodCopyright © 2013-2015 Unicon Inc.. All Rights Reserved.