Package org.apereo.cas.support.inwebo
Class InweboMultifactorAuthenticationProvider
- java.lang.Object
-
- org.apereo.cas.authentication.AbstractMultifactorAuthenticationProvider
-
- org.apereo.cas.support.inwebo.InweboMultifactorAuthenticationProvider
-
- All Implemented Interfaces:
java.io.Serializable,org.apereo.cas.authentication.MultifactorAuthenticationProvider,org.springframework.core.Ordered
public class InweboMultifactorAuthenticationProvider extends org.apereo.cas.authentication.AbstractMultifactorAuthenticationProviderThe Inwebo MFA provider definition.- Since:
- 6.4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InweboMultifactorAuthenticationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFriendlyName()java.lang.StringgetId()-
Methods inherited from class org.apereo.cas.authentication.AbstractMultifactorAuthenticationProvider
canEqual, equals, getBypassEvaluator, getFailureMode, getFailureModeEvaluator, getOrder, hashCode, isAvailable, matches, setBypassEvaluator, setFailureMode, setFailureModeEvaluator, setId, setOrder, toString
-
-
-
-
Method Detail
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfaceorg.apereo.cas.authentication.MultifactorAuthenticationProvider- Overrides:
getIdin classorg.apereo.cas.authentication.AbstractMultifactorAuthenticationProvider
-
getFriendlyName
public java.lang.String getFriendlyName()
-
-