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/cloudplatform-connectivity/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/BtpServiceOptions.java
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,9 @@ public static OptionsEnhancer<?> withoutTokenForTechnicalProviderUser()
222
222
* @return An instance of {@link OptionsEnhancer} that will lead to the given application provider being used
223
223
* when retrieving an authentication token from the IAS service.
224
224
*
225
-
* @see <a href="https://help.sap.com/docs/cloud-identity-services/cloud-identity-services/consume-apis-from-other-applications?locale=en-US">Consuming APIs from Other Applications</a>
@@ -231,8 +233,8 @@ public static OptionsEnhancer<?> withApplicationName( @Nonnull final String appl
231
233
}
232
234
233
235
/**
234
-
* Creates an {@link OptionsEnhancer} that instructs an IAS-based destination to use the given provider client ID
235
-
* when performing token retrievals. This is needed in <b>App-To-App</b> communication scenarios.
236
+
* Creates an {@link OptionsEnhancer} that instructs an IAS-based destination to use the given provider client
237
+
* ID when performing token retrievals. This is needed in <b>App-To-App</b> communication scenarios.
236
238
* <p>
237
239
* <b>Hint:</b> This option is <b>mutually exclusive</b> with {@link #withConsumerClient(String)}.
238
240
*
@@ -241,7 +243,9 @@ public static OptionsEnhancer<?> withApplicationName( @Nonnull final String appl
241
243
* @return An instance of {@link OptionsEnhancer} that will lead to the given application provider being used
242
244
* when retrieving an authentication token from the IAS service.
243
245
*
244
-
* @see <a href="https://help.sap.com/docs/cloud-identity-services/cloud-identity-services/consume-apis-from-other-applications?locale=en-US">Consuming APIs from Other Applications</a>
@@ -250,9 +254,10 @@ public static OptionsEnhancer<?> withProviderClient( @Nonnull final String provi
250
254
}
251
255
252
256
/**
253
-
* Creates an {@link OptionsEnhancer} that instructs an IAS-based destination to use the given provider client ID
254
-
* and provider tenant ID when performing token retrievals. This is needed in <b>App-To-App</b> communication scenarios
255
-
* when having dependencies to <i>different tenants</i> of the <i>same, multi-tenant</i> provider application (fan-out / 1-N).
257
+
* Creates an {@link OptionsEnhancer} that instructs an IAS-based destination to use the given provider client
258
+
* ID and provider tenant ID when performing token retrievals. This is needed in <b>App-To-App</b> communication
259
+
* scenarios when having dependencies to <i>different tenants</i> of the <i>same, multi-tenant</i> provider
260
+
* application (fan-out / 1-N).
256
261
* <p>
257
262
* <b>Hint:</b> This option is <b>mutually exclusive</b> with {@link #withConsumerClient(String)}
258
263
*
@@ -263,10 +268,14 @@ public static OptionsEnhancer<?> withProviderClient( @Nonnull final String provi
263
268
* @return An instance of {@link OptionsEnhancer} that will lead to the given application provider being used
264
269
* when retrieving an authentication token from the IAS service.
265
270
*
266
-
* @see <a href="https://help.sap.com/docs/cloud-identity-services/cloud-identity-services/consume-apis-from-other-applications?locale=en-US">Consuming APIs from Other Applications</a>
0 commit comments