Class MfaPageMatcher
java.lang.Object
eu.rarogsoftware.rarog.platform.core.security.AbstractMethodAnnotatedRequestMatcher
eu.rarogsoftware.rarog.platform.security.mfa.MfaPageMatcher
- All Implemented Interfaces:
org.springframework.security.web.util.matcher.RequestMatcher
-
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
ConstructorsConstructorDescriptionMfaPageMatcher
(List<org.springframework.web.servlet.HandlerMapping> handlerMappings, boolean registerOnly) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
annotationPasses
protected boolean annotationPasses(org.springframework.web.method.HandlerMethod method) - Overrides:
annotationPasses
in classAbstractMethodAnnotatedRequestMatcher
-