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

decoded() — spring-boot Function Reference

Architecture documentation for the decoded() function in DockerRegistryUserAuthenticationTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  1e232be4_9ab9_2625_fa1e_1da33813a0ec["decoded()"]
  bfbc9f0a_710c_f74e_03fd_c60432ed09e4["createMinimalAuthHeaderReturnsEncodedHeader()"]
  bfbc9f0a_710c_f74e_03fd_c60432ed09e4 -->|calls| 1e232be4_9ab9_2625_fa1e_1da33813a0ec
  21725741_479e_3a1c_5bce_d65f6c1a966e["createFullAuthHeaderReturnsEncodedHeader()"]
  21725741_479e_3a1c_5bce_d65f6c1a966e -->|calls| 1e232be4_9ab9_2625_fa1e_1da33813a0ec
  style 1e232be4_9ab9_2625_fa1e_1da33813a0ec fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/test/java/org/springframework/boot/buildpack/platform/docker/configuration/DockerRegistryUserAuthenticationTests.java lines 60–62

	private String decoded(String header) {
		return new String(Base64.getUrlDecoder().decode(header));
	}

Domain

Subdomains

Frequently Asked Questions

What does decoded() do?
decoded() is a function in the spring-boot codebase.
What calls decoded()?
decoded() is called by 2 function(s): createFullAuthHeaderReturnsEncodedHeader, createMinimalAuthHeaderReturnsEncodedHeader.

Analyze Your Own Codebase

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

Try Supermodel Free