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
+28-22
Original file line number
Diff line number
Diff line change
@@ -142,29 +142,21 @@ public static OptionsEnhancer<?> withTargetUri( @Nonnull final URI targetUri )
142
142
}
143
143
144
144
/**
145
-
* Creates an {@link OptionsEnhancer} that instructs the destination to use mTLS authentication only.
146
-
* <p>
147
-
* In the regular OAuth2 case, setting this option will skip the IAS token flow.
148
-
* <p>
149
-
* <b>Hint:</b> This option is <b>mutually exclusive</b> with {@link #withApplicationName(String)} and
150
-
* {@link #withConsumerClient(String, String)}.
151
-
* <p>
152
-
* <b>Caution:</b> This option cannot be combined with {@link OnBehalfOf#NAMED_USER_CURRENT_TENANT}.
145
+
* Creates an instance of {@link NoTokenForTechnicalProviderUser}.
153
146
*
154
-
* @return An instance of {@link OptionsEnhancer} that will lead to mTLS authentication only.
147
+
* @return A new {@link NoTokenForTechnicalProviderUser} instance.
Copy file name to clipboardexpand all lines: cloudplatform/cloudplatform-connectivity/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/DefaultHttpDestination.java
0 commit comments