public static final class EndpointRequest.EndpointRequestMatcher extends org.springframework.boot.security.servlet.ApplicationContextRequestMatcher<PathMappedEndpoints>
actuator endpoints.| Modifier and Type | Method and Description |
|---|---|
EndpointRequest.EndpointRequestMatcher |
excluding(Class<?>... endpoints) |
EndpointRequest.EndpointRequestMatcher |
excluding(String... endpoints) |
EndpointRequest.EndpointRequestMatcher |
excludingLinks() |
protected void |
initialized(Supplier<PathMappedEndpoints> pathMappedEndpoints) |
protected boolean |
matches(javax.servlet.http.HttpServletRequest request,
Supplier<PathMappedEndpoints> context) |
public EndpointRequest.EndpointRequestMatcher excluding(Class<?>... endpoints)
public EndpointRequest.EndpointRequestMatcher excluding(String... endpoints)
public EndpointRequest.EndpointRequestMatcher excludingLinks()
protected void initialized(Supplier<PathMappedEndpoints> pathMappedEndpoints)
initialized in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher<PathMappedEndpoints>protected boolean matches(javax.servlet.http.HttpServletRequest request,
Supplier<PathMappedEndpoints> context)
matches in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher<PathMappedEndpoints>Copyright © 2018 Pivotal Software, Inc.. All rights reserved.