public static final class EndpointRequest.EndpointRequestMatcher extends ApplicationContextRequestMatcher<EndpointPathProvider>
actuator endpoints
.Modifier and Type | Method and Description |
---|---|
protected void |
initialized(EndpointPathProvider endpointPathProvider)
Called once the context has been initialized.
|
boolean |
matches(HttpServletRequest request) |
protected boolean |
matches(HttpServletRequest request,
EndpointPathProvider context)
Decides whether the rule implemented by the strategy matches the supplied request.
|
protected void initialized(EndpointPathProvider endpointPathProvider)
ApplicationContextRequestMatcher
initialized
in class ApplicationContextRequestMatcher<EndpointPathProvider>
endpointPathProvider
- the initialized contextpublic boolean matches(HttpServletRequest request)
matches
in interface org.springframework.security.web.util.matcher.RequestMatcher
matches
in class ApplicationContextRequestMatcher<EndpointPathProvider>
protected boolean matches(HttpServletRequest request, EndpointPathProvider context)
ApplicationContextRequestMatcher
matches
in class ApplicationContextRequestMatcher<EndpointPathProvider>
request
- the source requestcontext
- the context instanceCopyright © 2017 Pivotal Software, Inc.. All rights reserved.