Class EndpointRequest.LinksRequestMatcher

  • All Implemented Interfaces:
    org.springframework.security.web.util.matcher.RequestMatcher
    Enclosing class:
    EndpointRequest

    public static final class EndpointRequest.LinksRequestMatcher
    extends org.springframework.boot.security.servlet.ApplicationContextRequestMatcher<org.springframework.web.context.WebApplicationContext>
    The request matcher used to match against the links endpoint.
    • Method Detail

      • createDelegate

        protected org.springframework.security.web.util.matcher.RequestMatcher createDelegate​(org.springframework.web.context.WebApplicationContext context,
                                                                                              org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.RequestMatcherFactory requestMatcherFactory)