Uses of Enum Class
com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceTokenExchangeStrategy
Packages that use DestinationServiceTokenExchangeStrategy
-
Uses of DestinationServiceTokenExchangeStrategy in com.sap.cloud.sdk.cloudplatform.connectivity
Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return DestinationServiceTokenExchangeStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DestinationServiceTokenExchangeStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return types with arguments of type DestinationServiceTokenExchangeStrategyModifier and TypeMethodDescriptionstatic io.vavr.control.Option<DestinationServiceTokenExchangeStrategy>
DestinationServiceOptionsAugmenter.getTokenExchangeStrategy
(DestinationOptions options) Retrieves the configuredDestinationServiceTokenExchangeStrategy
to use when loading destinations.Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type DestinationServiceTokenExchangeStrategyModifier and TypeMethodDescriptionDestinationServiceOptionsAugmenter.tokenExchangeStrategy
(DestinationServiceTokenExchangeStrategy strategy) Sets theDestinationServiceTokenExchangeStrategy
to use when loading destinations.