Package io.jmix.security.configurer
Class JmixRequestCacheRequestMatcher
java.lang.Object
io.jmix.security.configurer.JmixRequestCacheRequestMatcher
- All Implemented Interfaces:
org.springframework.security.web.util.matcher.RequestMatcher
- Direct Known Subclasses:
AuthServerRequestCacheRequestMatcher
public abstract class JmixRequestCacheRequestMatcher
extends Object
implements org.springframework.security.web.util.matcher.RequestMatcher
Represents additional request matcher that will be applied to RequestCache within VaadinDefaultRequestCache.
Create a Spring bean extends this class to register it.
-
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 -
Method Summary
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, matches
-
Constructor Details
-
JmixRequestCacheRequestMatcher
public JmixRequestCacheRequestMatcher()
-