File tree Expand file tree Collapse file tree 2 files changed +4
-21
lines changed
dsf-bpe/dsf-bpe-process-api-v2/src/main/java/dev/dsf/bpe/v2/service Expand file tree Collapse file tree 2 files changed +4
-21
lines changed Original file line number Diff line number Diff line change 19
19
public interface FhirClientConfigProvider
20
20
{
21
21
/**
22
+ * <i>Every call to this method creates a new {@link SSLContext} object.</i>
23
+ *
22
24
* @return new {@link SSLContext} configured with {@link #createDefaultTrustStore()}
23
- * @implNote Every call to this method creates a new {@link SSLContext} object
24
25
*/
25
26
SSLContext createDefaultSslContext ();
26
27
27
28
/**
29
+ * <i>Every call to this method creates a new {@link KeyStore} object.</i>
30
+ *
28
31
* @return copy of default certificate trust store configured via the DSF BPE config property
29
32
* `dev.dsf.bpe.fhir.client.connections.config.default.trust.server.certificate.cas`
30
- * @implNote Every call to this method creates a new {@link KeyStore} object
31
33
*/
32
34
KeyStore createDefaultTrustStore ();
33
35
Original file line number Diff line number Diff line change 1080
1080
<plugin >
1081
1081
<groupId >org.apache.maven.plugins</groupId >
1082
1082
<artifactId >maven-javadoc-plugin</artifactId >
1083
- <configuration >
1084
- <tags >
1085
- <tag >
1086
- <name >apiNote</name >
1087
- <placement >a</placement >
1088
- <head >API Note:</head >
1089
- </tag >
1090
- <tag >
1091
- <name >implSpec</name >
1092
- <placement >a</placement >
1093
- <head >Implementation Requirements:</head >
1094
- </tag >
1095
- <tag >
1096
- <name >implNote</name >
1097
- <placement >a</placement >
1098
- <head >Implementation Note:</head >
1099
- </tag >
1100
- </tags >
1101
- </configuration >
1102
1083
<executions >
1103
1084
<execution >
1104
1085
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments