Class MfaPageMatcher

All Implemented Interfaces:
org.springframework.security.web.util.matcher.RequestMatcher

public class MfaPageMatcher extends AbstractMethodAnnotatedRequestMatcher
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.springframework.security.web.util.matcher.RequestMatcher

    org.springframework.security.web.util.matcher.RequestMatcher.MatchResult
  • Constructor Summary

    Constructors
    Constructor
    Description
    MfaPageMatcher(List<org.springframework.web.servlet.HandlerMapping> handlerMappings, boolean registerOnly)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    annotationPasses(org.springframework.web.method.HandlerMethod method)
     

    Methods inherited from class eu.rarogsoftware.rarog.platform.core.security.AbstractMethodAnnotatedRequestMatcher

    getHandlerMethod, hasAnnotation, matches

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.security.web.util.matcher.RequestMatcher

    matcher
  • Constructor Details

    • MfaPageMatcher

      public MfaPageMatcher(List<org.springframework.web.servlet.HandlerMapping> handlerMappings, boolean registerOnly)
  • Method Details