接口的使用
org.springframework.boot.actuate.endpoint.SecurityContext
使用SecurityContext的程序包
程序包
说明
Actuator support relating to external configuration properties.
Endpoint support.
Actuator support for Spring Framework's
Environment.Actuator health indicator and endpoints.
Actuator support for Quartz Scheduler.
-
org.springframework.boot.actuate.context.properties中SecurityContext的使用
修饰符和类型方法说明ConfigurationPropertiesReportEndpointWebExtension.configurationProperties(SecurityContext securityContext) ConfigurationPropertiesReportEndpointWebExtension.configurationPropertiesWithPrefix(SecurityContext securityContext, String prefix) -
org.springframework.boot.actuate.endpoint中SecurityContext的使用
修饰符和类型方法说明booleanShow.isShown(SecurityContext securityContext, Collection<String> roles) Return if data should be shown.限定符构造器说明InvocationContext(SecurityContext securityContext, Map<String, Object> arguments, OperationArgumentResolver... argumentResolvers) Creates a new context for an operation being invoked by the givensecurityContextwith the given availablearguments. -
org.springframework.boot.actuate.env中SecurityContext的使用
修饰符和类型方法说明EnvironmentEndpointWebExtension.environment(SecurityContext securityContext, String pattern) EnvironmentEndpointWebExtension.environmentEntry(SecurityContext securityContext, String toMatch) -
org.springframework.boot.actuate.health中SecurityContext的使用
修饰符和类型方法说明HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, String... path) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... 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, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) booleanHealthEndpointGroup.showComponents(SecurityContext securityContext) Returns ifhealth componentsshould be shown in the response.booleanHealthEndpointGroup.showDetails(SecurityContext securityContext) Returns ifhealth detailsshould be shown in the response. -
org.springframework.boot.actuate.quartz中SecurityContext的使用
修饰符和类型方法说明QuartzEndpointWebExtension.quartzJobOrTrigger(SecurityContext securityContext, String jobsOrTriggers, String group, String name)