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(javax.servlet.http.HttpServletRequest request) |
protected boolean |
matches(javax.servlet.http.HttpServletRequest request,
EndpointPathProvider context)
Decides whether the rule implemented by the strategy matches the supplied request.
|
protected void initialized(EndpointPathProvider endpointPathProvider)
ApplicationContextRequestMatcherinitialized in class ApplicationContextRequestMatcher<EndpointPathProvider>endpointPathProvider - the initialized contextpublic boolean matches(javax.servlet.http.HttpServletRequest request)
matches in interface org.springframework.security.web.util.matcher.RequestMatchermatches in class ApplicationContextRequestMatcher<EndpointPathProvider>protected boolean matches(javax.servlet.http.HttpServletRequest request,
EndpointPathProvider context)
ApplicationContextRequestMatchermatches in class ApplicationContextRequestMatcher<EndpointPathProvider>request - the source requestcontext - the context instanceCopyright © 2017 Pivotal Software, Inc.. All rights reserved.