Uses of Class
com.sap.cloud.sdk.cloudplatform.connectivity.DestinationPropertyKey
-
Uses of DestinationPropertyKey in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier and TypeFieldDescriptionstatic final DestinationPropertyKey<Boolean>
DestinationProperty.APPROUTER_FORWARD_AUTH_TOKEN
Value of ForwardAuthToken property of destination.static final DestinationPropertyKey<List<?>>
DestinationProperty.AUTH_TOKENS
List of authentication tokens returned from destination service.static final DestinationPropertyKey<AuthenticationType>
DestinationProperty.AUTH_TYPE
AuthenticationType
of destination.static final DestinationPropertyKey<AuthenticationType>
DestinationProperty.AUTH_TYPE_FALLBACK
FallbackAuthenticationType
of destination ifAUTH_TYPE
is not supported.static final DestinationPropertyKey<String>
DestinationProperty.BASIC_AUTH_PASSWORD
Password for basic authentication of destination.static final DestinationPropertyKey<String>
DestinationProperty.BASIC_AUTH_USERNAME
Username for basic authentication of destination.static final DestinationPropertyKey<String>
DestinationProperty.BASIC_AUTH_USERNAME_FALLBACK
Fallback username for basic authentication of destination ifBASIC_AUTH_USERNAME
is not supported.static final DestinationPropertyKey<List<?>>
DestinationProperty.CERTIFICATES
List of trusted certificates of destination used for authentication.static final DestinationPropertyKey<String>
DestinationProperty.CLOUD_CONNECTOR_LOCATION_ID
Cloud Connector Location ID of destination to be used for connection to an On-Premise system.static final DestinationPropertyKey<Boolean>
DestinationProperty.DYNAMIC_SAP_LANGUAGE
If set, thesap-language
header to be sent will be derived from the current context viaLocaleAccessor.getCurrentLocale()
.static final DestinationPropertyKey<Boolean>
DestinationProperty.FORWARD_AUTH_TOKEN
Value of ForwardAuthToken property of destination.static final DestinationPropertyKey<String>
DestinationProperty.KEY_STORE_LOCATION
Key store location of destination.static final DestinationPropertyKey<String>
DestinationProperty.KEY_STORE_PASSWORD
Key store password of destination.static final DestinationPropertyKey<String>
DestinationProperty.NAME
Name of destination.static final DestinationPropertyKey<PrincipalPropagationMode>
DestinationProperty.PRINCIPAL_PROPAGATION_MODE
Principal Propagation Strategy of destination, in case of Proxy Type = On-Premise.static final DestinationPropertyKey<String>
DestinationProperty.PROXY_AUTH
Proxy authentication of destination.static final DestinationPropertyKey<String>
DestinationProperty.PROXY_HOST
Proxy host of destination.static final DestinationPropertyKey<Integer>
DestinationProperty.PROXY_PORT
Proxy port of destination.static final DestinationPropertyKey<ProxyType>
DestinationProperty.PROXY_TYPE
ProxyType
of destination, e.g.static final DestinationPropertyKey<URI>
DestinationProperty.PROXY_URI
ProxyURI
of destination.static final DestinationPropertyKey<String>
DestinationProperty.SAP_CLIENT
SAP client for S/4HANA systems.static final DestinationPropertyKey<String>
DestinationProperty.SAP_LANGUAGE
SAP language for S/4HANA systems.static final DestinationPropertyKey<String>
DestinationProperty.SYSTEM_USER
If the destination with authentication type "OAuth2SAMLBearerAssertion" contains this property this user will be used by the destination service to retrieve a authTokens from the bound XSUAA.static final DestinationPropertyKey<String>
DestinationProperty.TLS_VERSION
TLS version used.static final DestinationPropertyKey<Boolean>
DestinationProperty.TRUST_ALL
Value of TrustAll property of destination.static final DestinationPropertyKey<Boolean>
DestinationProperty.TRUST_ALL_FALLBACK
Fallback of TrustAll value of destination.static final DestinationPropertyKey<String>
DestinationProperty.TRUST_STORE_LOCATION
Trust store location of destination.static final DestinationPropertyKey<String>
DestinationProperty.TRUST_STORE_PASSWORD
Trust store password of destination.static final DestinationPropertyKey<DestinationType>
DestinationProperty.TYPE
DestinationType
of destination, e.g.static final DestinationPropertyKey<String>
DestinationProperty.URI
URI of destination.Modifier and TypeMethodDescription<ValueT> io.vavr.control.Option<ValueT>
DefaultHttpDestination.get
(DestinationPropertyKey<ValueT> propertyKey) <ValueT> io.vavr.control.Option<ValueT>
DefaultRfcDestination.get
(DestinationPropertyKey<ValueT> propertyKey) Deprecated.default <ValueT> io.vavr.control.Option<ValueT>
DestinationProperties.get
(DestinationPropertyKey<ValueT> propertyKey) Convenience method to convert theObject
return type ofDestinationProperties.get(String)
into any expected type.<ValueT> DefaultHttpDestination.Builder
DefaultHttpDestination.Builder.property
(DestinationPropertyKey<ValueT> key, ValueT value) Adds the given key-value pair to the destination to be created.DefaultHttpDestination.Builder.removeProperty
(DestinationPropertyKey<?> key) Removes the property with the given key from the destination to be created.