インターフェースの使用
org.springframework.boot.actuate.endpoint.SecurityContext
SecurityContext を使用するパッケージ
パッケージ
説明
外部構成プロパティに関連するアクチュエーターのサポート。
エンドポイントのサポート。
Spring Framework の
Environment のアクチュエーターサポート。 アクチュエーターヘルスインジケータとエンドポイント。
Quartz スケジューラーのアクチュエーターサポート。
org.springframework.boot.actuate.context.properties 内の SecurityContext 使用
型 SecurityContext のパラメーターを持つ org.springframework.boot.actuate.context.properties のメソッド修飾子と型メソッド説明ConfigurationPropertiesReportEndpointWebExtension.configurationProperties(SecurityContext securityContext) ConfigurationPropertiesReportEndpointWebExtension.configurationPropertiesWithPrefix(SecurityContext securityContext, StringSE prefix) org.springframework.boot.actuate.endpoint 内の SecurityContext 使用
SecurityContext として宣言されている org.springframework.boot.actuate.endpoint のフィールド型 SecurityContext のパラメーターを持つ org.springframework.boot.actuate.endpoint のメソッド修飾子と型メソッド説明booleanShow.isShown(SecurityContext securityContext, CollectionSE<StringSE> roles) データを表示するかどうかを返します。型 SecurityContext のパラメーターを持つ org.springframework.boot.actuate.endpoint のコンストラクター修飾子コンストラクター説明InvocationContext(SecurityContext securityContext, MapSE<StringSE, ObjectSE> arguments, OperationArgumentResolver... argumentResolvers) 指定されたargumentsを使用して、指定されたsecurityContextによって呼び出される操作の新しいコンテキストを作成します。org.springframework.boot.actuate.env 内の SecurityContext 使用
型 SecurityContext のパラメーターを持つ org.springframework.boot.actuate.env のメソッド修飾子と型メソッド説明EnvironmentEndpointWebExtension.environment(SecurityContext securityContext, StringSE pattern) EnvironmentEndpointWebExtension.environmentEntry(SecurityContext securityContext, StringSE toMatch) org.springframework.boot.actuate.health 内の SecurityContext 使用
型 SecurityContext のパラメーターを持つ org.springframework.boot.actuate.health のメソッド修飾子と型メソッド説明HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, StringSE... path) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, StringSE... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, StringSE... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, StringSE... path) booleanHealthEndpointGroup.showComponents(SecurityContext securityContext) health componentsをレスポンスに表示する必要があるかどうかを返します。booleanHealthEndpointGroup.showDetails(SecurityContext securityContext) health detailsをレスポンスに表示する必要があるかどうかを返します。org.springframework.boot.actuate.quartz 内の SecurityContext 使用
型 SecurityContext のパラメーターを持つ org.springframework.boot.actuate.quartz のメソッド修飾子と型メソッド説明QuartzEndpointWebExtension.quartzJobOrTrigger(SecurityContext securityContext, StringSE jobsOrTriggers, StringSE group, StringSE name)