public static final class EndpointRequest.EndpointRequestMatcher extends ApplicationContextRequestMatcher<WebApplicationContext>
actuator endpoints と照合するために使用されるリクエストマッチャー。RequestMatcher.MatchResult| 修飾子と型 | メソッドと説明 |
|---|---|
protected RequestMatcher | createDelegate(WebApplicationContext context, org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.RequestMatcherFactory requestMatcherFactory) |
EndpointRequest.EndpointRequestMatcher | excluding(ClassSE<?>... endpoints) |
EndpointRequest.EndpointRequestMatcher | excluding(StringSE... endpoints) |
EndpointRequest.EndpointRequestMatcher | excludingLinks() |
matchescloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEmatcherpublic EndpointRequest.EndpointRequestMatcher excluding(ClassSE<?>... endpoints)
public EndpointRequest.EndpointRequestMatcher excluding(StringSE... endpoints)
public EndpointRequest.EndpointRequestMatcher excludingLinks()
protected RequestMatcher createDelegate(WebApplicationContext context, org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.RequestMatcherFactory requestMatcherFactory)