Interface MultifactorAuthenticationHandler

  • All Superinterfaces:
    org.apereo.cas.authentication.AuthenticationHandler, org.springframework.core.Ordered
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface MultifactorAuthenticationHandler
    extends org.apereo.cas.authentication.AuthenticationHandler
    This is MultifactorAuthenticationHandler. It represents the common operations that a given handler might expose or implement for multifactor authentication, or can be treated as a marker interface.
    Since:
    6.4.0
    • Field Summary

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

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

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      • Methods inherited from interface org.apereo.cas.authentication.AuthenticationHandler

        authenticate, getName, getOrder, getState, supports, supports