public class ActuatorRequestMatcher
extends org.springframework.boot.security.servlet.ApplicationContextRequestMatcher<org.springframework.web.context.WebApplicationContext>
RequestMatcher that is matches all endpoints of an actuator. It should be used when creating a request matcher when configuring Spring Security.
This class is needed as there is no such support from Spring Boot at this moment.| Constructor and Description |
|---|
ActuatorRequestMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.security.web.util.matcher.RequestMatcher |
createDelegate(org.springframework.web.context.WebApplicationContext context,
org.flowable.ui.common.security.ActuatorRequestMatcher.RequestMatcherFactory requestMatcherFactory) |
protected void |
initialized(Supplier<org.springframework.web.context.WebApplicationContext> context) |
protected boolean |
matches(javax.servlet.http.HttpServletRequest request,
Supplier<org.springframework.web.context.WebApplicationContext> context) |
ignoreApplicationContext, matchesprotected final void initialized(Supplier<org.springframework.web.context.WebApplicationContext> context)
initialized in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher<org.springframework.web.context.WebApplicationContext>protected final boolean matches(javax.servlet.http.HttpServletRequest request,
Supplier<org.springframework.web.context.WebApplicationContext> context)
matches in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher<org.springframework.web.context.WebApplicationContext>protected org.springframework.security.web.util.matcher.RequestMatcher createDelegate(org.springframework.web.context.WebApplicationContext context,
org.flowable.ui.common.security.ActuatorRequestMatcher.RequestMatcherFactory requestMatcherFactory)
Copyright © 2021 Flowable. All rights reserved.