Class EndpointRequest.LinksRequestMatcher

java.lang.Object
org.springframework.boot.security.web.servlet.ApplicationContextRequestMatcher<WebApplicationContext>
org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
All Implemented Interfaces:
RequestMatcher
Enclosing class:
EndpointRequest

public static final class EndpointRequest.LinksRequestMatcher extends ApplicationContextRequestMatcher<WebApplicationContext>
The request matcher used to match against the links endpoint.
Since:
4.0.0
Author:
Madhura Bhave, Phillip Webb, Chris Bono