public final class DefaultAuthenticationMethodVerifier extends Object implements AuthenticationMethodVerifier
AuthenticationMethodVerifier.| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger
The logger.
|
| Constructor and Description |
|---|
DefaultAuthenticationMethodVerifier(AuthenticationMethodConfigurationProvider authenticationMethodConfiguration)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
verifyAuthenticationMethod(String authenticationMethod,
org.jasig.cas.authentication.principal.WebApplicationService targetService,
javax.servlet.http.HttpServletRequest request)
Verify requested mfa authentication method.
|
public DefaultAuthenticationMethodVerifier(AuthenticationMethodConfigurationProvider authenticationMethodConfiguration)
authenticationMethodConfiguration - list of supported authentication methodspublic boolean verifyAuthenticationMethod(String authenticationMethod, org.jasig.cas.authentication.principal.WebApplicationService targetService, javax.servlet.http.HttpServletRequest request)
AuthenticationMethodVerifierverifyAuthenticationMethod in interface AuthenticationMethodVerifierauthenticationMethod - requested authentication methodtargetService - targetServicerequest - Http requestCopyright © 2013-2015 Unicon Inc.. All Rights Reserved.