Class DefaultMultifactorAuthenticationTriggerSelectionStrategy

  • All Implemented Interfaces:
    org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy

    public class DefaultMultifactorAuthenticationTriggerSelectionStrategy
    extends java.lang.Object
    implements org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy
    Default MFA Trigger selection strategy.
    Since:
    5.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<org.apereo.cas.authentication.MultifactorAuthenticationProvider> resolve​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.authentication.principal.Service service)  
      • 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.MultifactorAuthenticationTriggerSelectionStrategy

        getMultifactorAuthenticationTriggers
    • Constructor Detail

      • DefaultMultifactorAuthenticationTriggerSelectionStrategy

        public DefaultMultifactorAuthenticationTriggerSelectionStrategy()
    • Method Detail

      • resolve

        public java.util.Optional<org.apereo.cas.authentication.MultifactorAuthenticationProvider> resolve​(javax.servlet.http.HttpServletRequest request,
                                                                                                           javax.servlet.http.HttpServletResponse response,
                                                                                                           org.apereo.cas.services.RegisteredService registeredService,
                                                                                                           org.apereo.cas.authentication.Authentication authentication,
                                                                                                           org.apereo.cas.authentication.principal.Service service)
        Specified by:
        resolve in interface org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy