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

hasEmptyAuth() — spring-boot Function Reference

Architecture documentation for the hasEmptyAuth() function in DockerSpec.java from the spring-boot codebase.

Function java Archiving LauncherConfig calls 6 called by 1

Entity Profile

Dependency Diagram

graph TD
  3f64c617_6bc5_0d3b_322c_afb96fcf0497["hasEmptyAuth()"]
  71bdb33d_ae38_9629_73f4_c6f57fe22b1b["getRegistryAuthentication()"]
  71bdb33d_ae38_9629_73f4_c6f57fe22b1b -->|calls| 3f64c617_6bc5_0d3b_322c_afb96fcf0497
  57f13656_0187_5646_668a_43104558857e["nonePresent()"]
  3f64c617_6bc5_0d3b_322c_afb96fcf0497 -->|calls| 57f13656_0187_5646_668a_43104558857e
  3507a9e7_1d5e_9d6c_72a8_e0e064817f55["getUsername()"]
  3f64c617_6bc5_0d3b_322c_afb96fcf0497 -->|calls| 3507a9e7_1d5e_9d6c_72a8_e0e064817f55
  70703ddc_76f3_0b3b_5c3c_39218262a666["getPassword()"]
  3f64c617_6bc5_0d3b_322c_afb96fcf0497 -->|calls| 70703ddc_76f3_0b3b_5c3c_39218262a666
  1ef96c22_0864_e1f3_51f7_6e3a226c621d["getUrl()"]
  3f64c617_6bc5_0d3b_322c_afb96fcf0497 -->|calls| 1ef96c22_0864_e1f3_51f7_6e3a226c621d
  e371c84b_2715_6437_a2b7_8e812d13d2e3["getEmail()"]
  3f64c617_6bc5_0d3b_322c_afb96fcf0497 -->|calls| e371c84b_2715_6437_a2b7_8e812d13d2e3
  d6125b66_2013_e3a0_d12a_8c3c2408419e["getToken()"]
  3f64c617_6bc5_0d3b_322c_afb96fcf0497 -->|calls| d6125b66_2013_e3a0_d12a_8c3c2408419e
  style 3f64c617_6bc5_0d3b_322c_afb96fcf0497 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/DockerSpec.java lines 220–222

		boolean hasEmptyAuth() {
			return nonePresent(getUsername(), getPassword(), getUrl(), getEmail(), getToken());
		}

Domain

Subdomains

Frequently Asked Questions

What does hasEmptyAuth() do?
hasEmptyAuth() is a function in the spring-boot codebase.
What does hasEmptyAuth() call?
hasEmptyAuth() calls 6 function(s): getEmail, getPassword, getToken, getUrl, getUsername, nonePresent.
What calls hasEmptyAuth()?
hasEmptyAuth() is called by 1 function(s): getRegistryAuthentication.

Analyze Your Own Codebase

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

Try Supermodel Free