Package | Description |
---|---|
com.sap.core.connectivity.api.authentication |
Modifier and Type | Method and Description |
---|---|
AuthenticationHeader |
AuthenticationHeaderProvider.getAppToAppSSOHeader(String requestURL)
Generates authentication header for SSO with other applications on the
same landscape.
|
AuthenticationHeader |
AuthenticationHeaderProvider.getApptoAppSSOHeader(String requestURL,
DestinationConfiguration destinationConfiguration)
Generates authentication header for SSO with other applications or
systems.
|
AuthenticationHeader |
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. |
AuthenticationHeader |
AuthenticationHeaderProvider.getPrincipalPropagationHeader()
Generates header for principal propagation to on-premise systems.
|
AuthenticationHeader |
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. |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationHeader> |
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. |
Copyright © 2024 SAP. All rights reserved.