クラスの使用
org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.EndpointRequestMatcher
EndpointRequest.EndpointRequestMatcher を使用するパッケージ
org.springframework.boot.actuate.autoconfigure.security.servlet 内の EndpointRequest.EndpointRequestMatcher 使用
EndpointRequest.EndpointRequestMatcher を返す org.springframework.boot.actuate.autoconfigure.security.servlet のメソッド修飾子と型メソッド説明EndpointRequest.EndpointRequestMatcher.excludingLinks()指定されたactuator endpointsを含むマッチャーを返します。指定されたactuator endpointsを含むマッチャーを返します。EndpointRequest.toAnyEndpoint()すべてのactuator endpointsを含むマッチャーを返します。EndpointRequest.EndpointRequestMatcher.withHttpMethod(HttpMethod httpMethod) 特定の HTTP メソッドを使用したリクエストのみを考慮するようにマッチャーを制限します。