クラス EndpointRequest.LinksServerWebExchangeMatcher
java.lang.ObjectSE
org.springframework.boot.security.web.reactive.ApplicationContextServerWebExchangeMatcher<WebEndpointProperties>
org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- 実装済みのインターフェース一覧:
ServerWebExchangeMatcher
- 含まれているクラス:
EndpointRequest
public static final class EndpointRequest.LinksServerWebExchangeMatcher
extends ApplicationContextServerWebExchangeMatcher<WebEndpointProperties>
リンクエンドポイントとの照合に使用される
ServerWebExchangeMatcher。- 導入:
- 4.0.0
- 作成者:
- Madhura Bhave, Phillip Webb, Chris Bono
ネストされたクラスの概要
インターフェース ServerWebExchangeMatcher から継承されたネストクラス / インターフェース
ServerWebExchangeMatcher.MatchResult方法の概要
修飾子と型メソッド説明protected ServerWebExchangeMatchercreateDelegate(WebEndpointProperties properties) protected final ListSE<ServerWebExchangeMatcher> getDelegateMatchers(SetSE<StringSE> paths, @Nullable HttpMethod httpMethod) protected final EndpointIdgetEndpointId(ObjectSE source) protected final @Nullable StringSEgetLinksPath(StringSE basePath) protected final booleanhasWebServerNamespace(@Nullable ApplicationContext applicationContext, WebServerNamespace webServerNamespace) protected booleanignoreApplicationContext(@Nullable ApplicationContext applicationContext) ApplicationContextを無視し、マッチングに使用しない場合に返します。protected booleanignoreApplicationContext(@Nullable ApplicationContext applicationContext, ManagementPortType managementPortType) protected voidinitialized(SupplierSE<WebEndpointProperties> supplier) コンテキストが初期化されると呼び出されます。protected reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> matches(ServerWebExchange exchange, SupplierSE<WebEndpointProperties> context) 戦略によって実装されたルールが提供された取引所と一致するかどうかを決定します。toString()protected final StringSE
方法の詳細
createDelegate
toString
initialized
クラスからコピーされた説明:ApplicationContextServerWebExchangeMatcherコンテキストが初期化されると呼び出されます。- オーバーライド:
- クラス
ApplicationContextServerWebExchangeMatcher<C>のinitialized - パラメーター:
supplier- 初期化されたコンテキストのサプライヤー (例外をスローすることがあります)
getDelegateMatchers
protected final ListSE<ServerWebExchangeMatcher> getDelegateMatchers(SetSE<StringSE> paths, @Nullable HttpMethod httpMethod) matches
protected reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> matches(ServerWebExchange exchange, SupplierSE<WebEndpointProperties> context) クラスからコピーされた説明:ApplicationContextServerWebExchangeMatcher戦略によって実装されたルールが提供された取引所と一致するかどうかを決定します。- 次で指定:
- クラス
ApplicationContextServerWebExchangeMatcher<C>のmatches - パラメーター:
exchange- ソース交換context- 初期化されたコンテキストのサプライヤー (例外をスローすることがあります)- 戻り値:
- 交換が一致する場合
ignoreApplicationContext
クラスからコピーされた説明:ApplicationContextServerWebExchangeMatcherApplicationContextを無視し、マッチングに使用しない場合に返します。このメソッドがtrueを返す場合、コンテキストは使用されず、matchesメソッドはfalseを返します。- オーバーライド:
- クラス
ApplicationContextServerWebExchangeMatcher<C>のignoreApplicationContext - パラメーター:
applicationContext- 候補アプリケーションコンテキスト- 戻り値:
- アプリケーションコンテキストを無視する必要がある場合
ignoreApplicationContext
protected boolean ignoreApplicationContext(@Nullable ApplicationContext applicationContext, ManagementPortType managementPortType) hasWebServerNamespace
protected final boolean hasWebServerNamespace(@Nullable ApplicationContext applicationContext, WebServerNamespace webServerNamespace) getLinksPath
toString
getEndpointId