Uses of Enum Class
com.sap.cloud.sdk.cloudplatform.connectivity.OnBehalfOf
-
Uses of OnBehalfOf in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier and TypeMethodDescriptionServiceBindingDestinationOptions.getOnBehalfOf()
Gets theOnBehalfOf
, which determines how the application will authenticate at the target system.static OnBehalfOf
Returns the enum constant of this class with the specified name.static OnBehalfOf[]
OnBehalfOf.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionServiceBindingDestinationOptions.Builder.onBehalfOf
(OnBehalfOf behalf) Specify the behalf on which the destination should act.OAuth2DestinationBuilder.BuilderWithTokenEndpoint.withClient
(com.sap.cloud.security.config.ClientIdentity clientIdentity, OnBehalfOf behalf) Apply the OAuth2 client identity and representative.