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

getBuildRequestWhenHasSecurityOptionsUsesSecurityOptions() — spring-boot Function Reference

Architecture documentation for the getBuildRequestWhenHasSecurityOptionsUsesSecurityOptions() function in ImageTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  aa468153_202a_9fa5_588b_de19c3faf833["getBuildRequestWhenHasSecurityOptionsUsesSecurityOptions()"]
  b74eae5d_f636_54c5_ee76_45af8d43e679["createArtifact()"]
  aa468153_202a_9fa5_588b_de19c3faf833 -->|calls| b74eae5d_f636_54c5_ee76_45af8d43e679
  70a3e195_3608_990f_ed81_3460232951c4["mockApplicationContent()"]
  aa468153_202a_9fa5_588b_de19c3faf833 -->|calls| 70a3e195_3608_990f_ed81_3460232951c4
  78e40dab_6b48_64ee_7e3a_450f63575bbe["of()"]
  aa468153_202a_9fa5_588b_de19c3faf833 -->|calls| 78e40dab_6b48_64ee_7e3a_450f63575bbe
  style aa468153_202a_9fa5_588b_de19c3faf833 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-maven-plugin/src/test/java/org/springframework/boot/maven/ImageTests.java lines 271–277

	@Test
	void getBuildRequestWhenHasSecurityOptionsUsesSecurityOptions() {
		Image image = new Image();
		image.securityOptions = List.of("label=user:USER", "label=role:ROLE");
		BuildRequest request = image.getBuildRequest(createArtifact(), mockApplicationContent());
		assertThat(request.getSecurityOptions()).containsExactly("label=user:USER", "label=role:ROLE");
	}

Subdomains

Frequently Asked Questions

What does getBuildRequestWhenHasSecurityOptionsUsesSecurityOptions() do?
getBuildRequestWhenHasSecurityOptionsUsesSecurityOptions() is a function in the spring-boot codebase.
What does getBuildRequestWhenHasSecurityOptionsUsesSecurityOptions() call?
getBuildRequestWhenHasSecurityOptionsUsesSecurityOptions() calls 3 function(s): createArtifact, mockApplicationContent, of.

Analyze Your Own Codebase

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

Try Supermodel Free