Class InweboMultifactorAuthenticationProvider

  • All Implemented Interfaces:
    java.io.Serializable, org.apereo.cas.authentication.MultifactorAuthenticationProvider, org.springframework.core.Ordered

    public class InweboMultifactorAuthenticationProvider
    extends org.apereo.cas.authentication.AbstractMultifactorAuthenticationProvider
    The Inwebo MFA provider definition.
    Since:
    6.4.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFriendlyName()  
      java.lang.String getId()  
      • Methods inherited from class org.apereo.cas.authentication.AbstractMultifactorAuthenticationProvider

        canEqual, equals, getBypassEvaluator, getFailureMode, getFailureModeEvaluator, getOrder, hashCode, isAvailable, matches, setBypassEvaluator, setFailureMode, setFailureModeEvaluator, setId, setOrder, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InweboMultifactorAuthenticationProvider

        public InweboMultifactorAuthenticationProvider()
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface org.apereo.cas.authentication.MultifactorAuthenticationProvider
        Overrides:
        getId in class org.apereo.cas.authentication.AbstractMultifactorAuthenticationProvider
      • getFriendlyName

        public java.lang.String getFriendlyName()