Uses of Class
com.sap.cloud.sdk.cloudplatform.connectivity.DestinationPropertyKey
Packages that use DestinationPropertyKey
- 
Uses of DestinationPropertyKey in com.sap.cloud.sdk.cloudplatform.connectivity
Fields in com.sap.cloud.sdk.cloudplatform.connectivity declared as DestinationPropertyKeyModifier and TypeFieldDescriptionstatic final DestinationPropertyKey<Boolean>DestinationProperty.APPROUTER_FORWARD_AUTH_TOKENValue of ForwardAuthToken property of destination.static final DestinationPropertyKey<List<?>>DestinationProperty.AUTH_TOKENSList of authentication tokens returned from destination service.static final DestinationPropertyKey<AuthenticationType>DestinationProperty.AUTH_TYPEAuthenticationTypeof destination.static final DestinationPropertyKey<AuthenticationType>DestinationProperty.AUTH_TYPE_FALLBACKFallbackAuthenticationTypeof destination ifAUTH_TYPEis not supported.static final DestinationPropertyKey<String>DestinationProperty.BASIC_AUTH_PASSWORDPassword for basic authentication of destination.static final DestinationPropertyKey<String>DestinationProperty.BASIC_AUTH_USERNAMEUsername for basic authentication of destination.static final DestinationPropertyKey<String>DestinationProperty.BASIC_AUTH_USERNAME_FALLBACKFallback username for basic authentication of destination ifBASIC_AUTH_USERNAMEis not supported.static final DestinationPropertyKey<List<?>>DestinationProperty.CERTIFICATESList of trusted certificates of destination used for authentication.static final DestinationPropertyKey<String>DestinationProperty.CLOUD_CONNECTOR_LOCATION_IDCloud Connector Location ID of destination to be used for connection to an On-Premise system.static final DestinationPropertyKey<Boolean>DestinationProperty.DYNAMIC_SAP_LANGUAGEIf set, thesap-languageheader to be sent will be derived from the current context viaLocaleAccessor.getCurrentLocale().static final DestinationPropertyKey<Boolean>DestinationProperty.FORWARD_AUTH_TOKENValue of ForwardAuthToken property of destination.static final DestinationPropertyKey<String>DestinationProperty.KEY_STORE_LOCATIONKey store location of destination.static final DestinationPropertyKey<String>DestinationProperty.KEY_STORE_PASSWORDKey store password of destination.static final DestinationPropertyKey<String>DestinationProperty.NAMEName of destination.static final DestinationPropertyKey<PrincipalPropagationMode>DestinationProperty.PRINCIPAL_PROPAGATION_MODEPrincipal Propagation Strategy of destination, in case of Proxy Type = On-Premise.static final DestinationPropertyKey<String>DestinationProperty.PROXY_AUTHProxy authentication of destination.static final DestinationPropertyKey<String>DestinationProperty.PROXY_HOSTProxy host of destination.static final DestinationPropertyKey<Integer>DestinationProperty.PROXY_PORTProxy port of destination.static final DestinationPropertyKey<ProxyType>DestinationProperty.PROXY_TYPEProxyTypeof destination, e.g.static final DestinationPropertyKey<URI>DestinationProperty.PROXY_URIProxyURIof destination.static final DestinationPropertyKey<String>DestinationProperty.SAP_CLIENTSAP client for S/4HANA systems.static final DestinationPropertyKey<String>DestinationProperty.SAP_LANGUAGESAP language for S/4HANA systems.static final DestinationPropertyKey<String>DestinationProperty.SYSTEM_USERIf 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_VERSIONTLS version used.static final DestinationPropertyKey<Boolean>DestinationProperty.TRUST_ALLValue of TrustAll property of destination.static final DestinationPropertyKey<Boolean>DestinationProperty.TRUST_ALL_FALLBACKFallback of TrustAll value of destination.static final DestinationPropertyKey<String>DestinationProperty.TRUST_STORE_LOCATIONTrust store location of destination.static final DestinationPropertyKey<String>DestinationProperty.TRUST_STORE_PASSWORDTrust store password of destination.static final DestinationPropertyKey<DestinationType>DestinationProperty.TYPEDestinationTypeof destination, e.g.static final DestinationPropertyKey<String>DestinationProperty.URIURI of destination.Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type DestinationPropertyKeyModifier 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 theObjectreturn type ofDestinationProperties.get(String)into any expected type.<ValueT> io.vavr.control.Option<ValueT>TransparentProxyDestination.get(DestinationPropertyKey<ValueT> propertyKey) <ValueT> DefaultHttpDestination.BuilderDefaultHttpDestination.Builder.property(DestinationPropertyKey<ValueT> key, ValueT value) Adds the given key-value pair to the destination to be created.<ValueT> BTransparentProxyDestination.AbstractBuilder.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.