You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cloudplatform/connectivity-ztis/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/ZeroTrustIdentityService.java
+5
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@
40
40
41
41
/**
42
42
* Implementation to access X.509 certificates provided by the Zero Trust Identity Service (ZTIS).
43
+
*
44
+
* @since 5.7.0
43
45
*/
44
46
@Beta
45
47
@Slf4j
@@ -137,6 +139,7 @@ X509Svid getX509Svid()
137
139
* equivalent to calling {@link #getX509Svid()} with {@link X509Svid#getSpiffeId()}.
138
140
*
139
141
* @return The SPIFFE ID.
142
+
* @since 5.7.0
140
143
*/
141
144
@Nonnull
142
145
publicStringgetSpiffeId()
@@ -148,6 +151,7 @@ public String getSpiffeId()
148
151
* Returns the app identifier assigned to the app via the Zero Trust Identity service binding.
149
152
*
150
153
* @return The app identifier.
154
+
* @since 5.7.0
151
155
*/
152
156
@Nonnull
153
157
publicOption<String> getAppIdentifier()
@@ -167,6 +171,7 @@ public Option<String> getAppIdentifier()
167
171
* KeyStore is cached and will be reloaded if the certificate expires.
168
172
*
169
173
* @return a KeyStore containing the X.509 certificate and key.
0 commit comments