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

forLocation() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

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

	public static JksSslStoreDetails forLocation(@Nullable String location) {
		return new JksSslStoreDetails(null, null, location, null);
	}

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free