Class DefaultChainingMultifactorAuthenticationProvider

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

    public class DefaultChainingMultifactorAuthenticationProvider
    extends java.lang.Object
    implements org.apereo.cas.authentication.ChainingMultifactorAuthenticationProvider
    Since:
    6.1.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.apereo.cas.authentication.ChainingMultifactorAuthenticationProvider

        DEFAULT_IDENTIFIER
      • 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
      org.apereo.cas.authentication.MultifactorAuthenticationProvider addMultifactorAuthenticationProvider​(org.apereo.cas.authentication.MultifactorAuthenticationProvider provider)  
      void addMultifactorAuthenticationProviders​(java.util.Collection<org.apereo.cas.authentication.MultifactorAuthenticationProvider> providers)  
      org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator getBypassEvaluator()  
      • 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.ChainingMultifactorAuthenticationProvider

        addMultifactorAuthenticationProviders, getFailureMode, getFriendlyName, getId, getMultifactorAuthenticationProviders, getOrder, isAvailable, matches
      • Methods inherited from interface org.apereo.cas.authentication.MultifactorAuthenticationProvider

        getFailureModeEvaluator
    • Constructor Detail

      • DefaultChainingMultifactorAuthenticationProvider

        public DefaultChainingMultifactorAuthenticationProvider()
    • Method Detail

      • getBypassEvaluator

        public org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator getBypassEvaluator()
        Specified by:
        getBypassEvaluator in interface org.apereo.cas.authentication.MultifactorAuthenticationProvider
      • addMultifactorAuthenticationProvider

        public org.apereo.cas.authentication.MultifactorAuthenticationProvider addMultifactorAuthenticationProvider​(org.apereo.cas.authentication.MultifactorAuthenticationProvider provider)
        Specified by:
        addMultifactorAuthenticationProvider in interface org.apereo.cas.authentication.ChainingMultifactorAuthenticationProvider
      • addMultifactorAuthenticationProviders

        public void addMultifactorAuthenticationProviders​(java.util.Collection<org.apereo.cas.authentication.MultifactorAuthenticationProvider> providers)
        Specified by:
        addMultifactorAuthenticationProviders in interface org.apereo.cas.authentication.ChainingMultifactorAuthenticationProvider