Class EndpointRequest.LinksRequestMatcher

java.lang.Object
org.springframework.boot.security.servlet.ApplicationContextRequestMatcher<WebApplicationContext>
org.springframework.boot.actuate.autoconfigure.security.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:
2.0.0
Author:
Madhura Bhave, Phillip Webb, Chris Bono