Home / Function/ getSecurityOptions() — spring-boot Function Reference

getSecurityOptions() — spring-boot Function Reference

Architecture documentation for the getSecurityOptions() function in BootBuildImage.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  6c58b678_bfa7_581d_1a07_1d3e8a124d3e["getSecurityOptions()"]
  b8a0ae88_f49a_e969_70ba_01e8e52e746b["BootBuildImage()"]
  b8a0ae88_f49a_e969_70ba_01e8e52e746b -->|calls| 6c58b678_bfa7_581d_1a07_1d3e8a124d3e
  fb3475a4_9fed_529a_1426_29de7a47b5cb["customizeSecurityOptions()"]
  fb3475a4_9fed_529a_1426_29de7a47b5cb -->|calls| 6c58b678_bfa7_581d_1a07_1d3e8a124d3e
  style 6c58b678_bfa7_581d_1a07_1d3e8a124d3e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/BootBuildImage.java lines 359–362

	@Input
	@Optional
	@Option(option = "securityOptions", description = "Security options that will be applied to the builder container")
	public abstract ListProperty<String> getSecurityOptions();

Domain

Subdomains

Frequently Asked Questions

What does getSecurityOptions() do?
getSecurityOptions() is a function in the spring-boot codebase.
What calls getSecurityOptions()?
getSecurityOptions() is called by 2 function(s): BootBuildImage, customizeSecurityOptions.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free