クラスの使用
org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
パッケージ
説明
WebFlux を使用したアクチュエーターセキュリティの自動構成。
org.springframework.boot.actuate.autoconfigure.security.reactive 内の EndpointRequest.EndpointServerWebExchangeMatcher 使用
EndpointRequest.EndpointServerWebExchangeMatcher を返す org.springframework.boot.actuate.autoconfigure.security.reactive のメソッド修飾子と型メソッド説明EndpointRequest.EndpointServerWebExchangeMatcher.excludingLinks()指定されたactuator endpointsを含むマッチャーを返します。指定されたactuator endpointsを含むマッチャーを返します。EndpointRequest.toAnyEndpoint()すべてのactuator endpointsを含むマッチャーを返します。EndpointRequest.EndpointServerWebExchangeMatcher.withHttpMethod(HttpMethod httpMethod) 特定の http メソッドを使用したリクエストのみを考慮するようにマッチャーを制限します。