Uses of Interface
com.sap.core.connectivity.api.configuration.DestinationConfiguration
Packages that use DestinationConfiguration
Package
Description
-
Uses of DestinationConfiguration in com.sap.core.connectivity.api.authentication
Methods in com.sap.core.connectivity.api.authentication with parameters of type DestinationConfigurationModifier and TypeMethodDescriptionAuthenticationHeaderProvider.getApptoAppSSOHeader
(String requestURL, DestinationConfiguration destinationConfiguration) Generates authentication header for SSO with other applications or systems.AuthenticationHeaderProvider.getOAuth2ClientCredentialsHeader
(DestinationConfiguration destinationConfiguration) Generates authentication header for OAuth2ClientCredentials destination.
OAuth access token will be generated for destinations with authentication type OAuth2ClientCredentials in order OAuth-protected resources to be consumed.AuthenticationHeaderProvider.getOAuth2SAMLBearerAssertionHeaders
(DestinationConfiguration destinationConfiguration) Generates authentication headers for OAuth2SAMLBearerAssertion destination.
OAuth access token will be generated for destinations with authentication type OAuth2SAMLBearerAssertion in order OAuth-protected resources to be consumed.AuthenticationHeaderProvider.getSAPAssertionHeader
(DestinationConfiguration destinationConfiguration) Generates authentication header for SAPAssertionSSO destination.
SAP assertion ticket will be generated for destinations with authentication type SAPAssertionSSO in order to propagate the currently logged on user to a SAP back-end system. -
Uses of DestinationConfiguration in com.sap.core.connectivity.api.configuration
Methods in com.sap.core.connectivity.api.configuration that return DestinationConfigurationModifier and TypeMethodDescriptionConnectivityConfiguration.getConfiguration
(String name) Retrieves the destination configuration with the provided name.ConnectivityConfiguration.getConfiguration
(String accountId, String name) Retrieves the destination configuration on account level with the provided name for the provided account Id.Methods in com.sap.core.connectivity.api.configuration that return types with arguments of type DestinationConfigurationModifier and TypeMethodDescriptionConnectivityConfiguration.getConfigurations
(String accountId) Retrieves all destination configurations on account level for the provided account Id.