getAlias() — spring-boot Function Reference
Architecture documentation for the getAlias() function in PemSslStoreBundle.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD f0543038_3f5b_a0be_abee_77f3d45c0ad5["getAlias()"] 0b4335f0_aceb_5afa_6e79_9d25b2ef7aa3["createKeyStore()"] 0b4335f0_aceb_5afa_6e79_9d25b2ef7aa3 -->|calls| f0543038_3f5b_a0be_abee_77f3d45c0ad5 955121c7_0710_7e24_7f54_486a7961a6e4["asSslKeyReference()"] 955121c7_0710_7e24_7f54_486a7961a6e4 -->|calls| f0543038_3f5b_a0be_abee_77f3d45c0ad5 e18ba5e6_9c95_584f_a84b_3ed442b05d04["get()"] e18ba5e6_9c95_584f_a84b_3ed442b05d04 -->|calls| f0543038_3f5b_a0be_abee_77f3d45c0ad5 style f0543038_3f5b_a0be_abee_77f3d45c0ad5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/ssl/pem/PemSslStoreBundle.java lines 112–115
private static String getAlias(PemSslStore pemSslStore) {
String alias = pemSslStore.alias();
return (alias != null) ? alias : DEFAULT_ALIAS;
}
Domain
Subdomains
Called By
- asSslKeyReference()
- createKeyStore()
- get()
Source
Frequently Asked Questions
What does getAlias() do?
getAlias() is a function in the spring-boot codebase.
What calls getAlias()?
getAlias() is called by 3 function(s): asSslKeyReference, createKeyStore, get.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free