Class AbstractMultifactorAuthenticationProvider

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

    public abstract class AbstractMultifactorAuthenticationProvider
    extends java.lang.Object
    implements org.apereo.cas.authentication.MultifactorAuthenticationProvider
    The AbstractMultifactorAuthenticationProvider is responsible for as the parent of all providers.
    Since:
    4.3
    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
      boolean isAvailable​(org.apereo.cas.services.RegisteredService service)  
      boolean matches​(java.lang.String identifier)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.authentication.MultifactorAuthenticationProvider

        getBypassEvaluator, getFailureMode, getFailureModeEvaluator, getFriendlyName, getId
      • Methods inherited from interface org.springframework.core.Ordered

        getOrder
    • Constructor Detail

      • AbstractMultifactorAuthenticationProvider

        public AbstractMultifactorAuthenticationProvider()
    • Method Detail

      • isAvailable

        public boolean isAvailable​(org.apereo.cas.services.RegisteredService service)
        Specified by:
        isAvailable in interface org.apereo.cas.authentication.MultifactorAuthenticationProvider
      • matches

        public boolean matches​(java.lang.String identifier)
        Specified by:
        matches in interface org.apereo.cas.authentication.MultifactorAuthenticationProvider