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

withPassword() — spring-boot Function Reference

Architecture documentation for the withPassword() function in JksSslStoreDetails.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  ab324ff6_8808_1196_6192_d2674b03537f["withPassword()"]
  531137db_4220_b1d6_9af0_8305b9ad8b21["trustStoreCertificatesShouldProvideSslInfo()"]
  531137db_4220_b1d6_9af0_8305b9ad8b21 -->|calls| ab324ff6_8808_1196_6192_d2674b03537f
  cfdc167b_c621_921d_65e7_e082693c40e8["bothKeyStoreAndTrustStoreCertificatesShouldProvideSslInfo()"]
  cfdc167b_c621_921d_65e7_e082693c40e8 -->|calls| ab324ff6_8808_1196_6192_d2674b03537f
  d4618821_15b3_d3f2_a868_a60ba4ce9753["separateKeyStoreAndTrustStoreShouldProvideSslInfo()"]
  d4618821_15b3_d3f2_a868_a60ba4ce9753 -->|calls| ab324ff6_8808_1196_6192_d2674b03537f
  9789c2e0_5221_552c_d4a1_5acdb674af9b["createSslInfo()"]
  9789c2e0_5221_552c_d4a1_5acdb674af9b -->|calls| ab324ff6_8808_1196_6192_d2674b03537f
  e18ba5e6_9c95_584f_a84b_3ed442b05d04["get()"]
  e18ba5e6_9c95_584f_a84b_3ed442b05d04 -->|calls| ab324ff6_8808_1196_6192_d2674b03537f
  style ab324ff6_8808_1196_6192_d2674b03537f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/ssl/jks/JksSslStoreDetails.java lines 46–48

	public JksSslStoreDetails withPassword(String password) {
		return new JksSslStoreDetails(this.type, this.provider, this.location, password);
	}

Domain

Subdomains

Frequently Asked Questions

What does withPassword() do?
withPassword() is a function in the spring-boot codebase.
What calls withPassword()?
withPassword() is called by 5 function(s): bothKeyStoreAndTrustStoreCertificatesShouldProvideSslInfo, createSslInfo, get, separateKeyStoreAndTrustStoreShouldProvideSslInfo, trustStoreCertificatesShouldProvideSslInfo.

Analyze Your Own Codebase

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

Try Supermodel Free