Class EsupOtpMultifactorAuthenticationProvider
java.lang.Object
org.apereo.cas.authentication.AbstractMultifactorAuthenticationProvider
org.esupportail.cas.adaptors.esupotp.EsupOtpMultifactorAuthenticationProvider
- All Implemented Interfaces:
Serializable,org.apereo.cas.authentication.MultifactorAuthenticationProvider,org.springframework.core.Ordered
public class EsupOtpMultifactorAuthenticationProvider
extends org.apereo.cas.authentication.AbstractMultifactorAuthenticationProvider
The authentication provider
- Since:
- 5.0.0
- See Also:
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanisAvailable(org.apereo.cas.services.RegisteredService service) Methods inherited from class org.apereo.cas.authentication.AbstractMultifactorAuthenticationProvider
canEqual, equals, getBypassEvaluator, getDeviceManager, getFailureMode, getFailureModeEvaluator, getOrder, hashCode, matches, setBypassEvaluator, setDeviceManager, setFailureMode, setFailureModeEvaluator, setId, setOrder, toString
-
Constructor Details
-
EsupOtpMultifactorAuthenticationProvider
public EsupOtpMultifactorAuthenticationProvider()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceorg.apereo.cas.authentication.MultifactorAuthenticationProvider- Overrides:
getIdin classorg.apereo.cas.authentication.AbstractMultifactorAuthenticationProvider
-
isAvailable
public boolean isAvailable(org.apereo.cas.services.RegisteredService service) - Specified by:
isAvailablein interfaceorg.apereo.cas.authentication.MultifactorAuthenticationProvider- Overrides:
isAvailablein classorg.apereo.cas.authentication.AbstractMultifactorAuthenticationProvider
-
getFriendlyName
-