Uses of Interface
com.sap.core.connectivity.api.authentication.AuthenticationHeader
Packages that use AuthenticationHeader
-
Uses of AuthenticationHeader in com.sap.core.connectivity.api.authentication
Methods in com.sap.core.connectivity.api.authentication that return AuthenticationHeaderModifier and TypeMethodDescriptionAuthenticationHeaderProvider.getApptoAppSSOHeader
(String requestURL, DestinationConfiguration destinationConfiguration) Generates authentication header for SSO with other applications or systems.AuthenticationHeaderProvider.getAppToAppSSOHeader
(String requestURL) Generates authentication header for SSO with other applications on the same landscape.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.getPrincipalPropagationHeader()
Generates header for principal propagation to on-premise systems.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.Methods in com.sap.core.connectivity.api.authentication that return types with arguments of type AuthenticationHeaderModifier and TypeMethodDescriptionAuthenticationHeaderProvider.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.