public static final class EndpointRequest.EndpointRequestMatcher extends ApplicationContextRequestMatcher<WebApplicationContext>
actuator endpoints
.RequestMatcher.MatchResult
Modifier and Type | Method and Description |
---|---|
protected RequestMatcher |
createDelegate(WebApplicationContext context,
org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.RequestMatcherFactory requestMatcherFactory) |
EndpointRequest.EndpointRequestMatcher |
excluding(Class<?>... endpoints) |
EndpointRequest.EndpointRequestMatcher |
excluding(String... endpoints) |
EndpointRequest.EndpointRequestMatcher |
excludingLinks() |
matches
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
matcher
public EndpointRequest.EndpointRequestMatcher excluding(Class<?>... endpoints)
public EndpointRequest.EndpointRequestMatcher excluding(String... endpoints)
public EndpointRequest.EndpointRequestMatcher excludingLinks()
protected RequestMatcher createDelegate(WebApplicationContext context, org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.RequestMatcherFactory requestMatcherFactory)