Uses of Enum Class
com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceTokenExchangeStrategy
-
Uses of DestinationServiceTokenExchangeStrategy in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier 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.Modifier and TypeMethodDescriptionstatic io.vavr.control.Option<DestinationServiceTokenExchangeStrategy>
DestinationServiceOptionsAugmenter.getTokenExchangeStrategy
(DestinationOptions options) Retrieves the configuredDestinationServiceTokenExchangeStrategy
to use when loading destinations.Modifier and TypeMethodDescriptionDestinationServiceOptionsAugmenter.tokenExchangeStrategy
(DestinationServiceTokenExchangeStrategy strategy) Sets theDestinationServiceTokenExchangeStrategy
to use when loading destinations.