Class CsrfDisabledMatcher
java.lang.Object
eu.rarogsoftware.rarog.platform.core.security.AbstractMethodAnnotatedRequestMatcher
eu.rarogsoftware.rarog.platform.core.security.CsrfDisabledMatcher
- 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
ConstructorsConstructorDescriptionCsrfDisabledMatcher
(List<org.springframework.web.servlet.HandlerMapping> handlerMappings) -
Method Summary
Methods inherited from class eu.rarogsoftware.rarog.platform.core.security.AbstractMethodAnnotatedRequestMatcher
annotationPasses, 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
-
CsrfDisabledMatcher
-