Uses of Class
com.sap.cloud.sdk.cloudplatform.connectivity.CsrfToken
-
Uses of CsrfToken in com.sap.cloud.sdk.cloudplatform.connectivity
Modifier and TypeMethodDescriptionCsrfTokenRetriever.retrieveCsrfToken
(org.apache.http.client.HttpClient httpClient, String servicePath) Retrieves an CSRF Token from a remote system by issuing an CSRF token request.CsrfTokenRetriever.retrieveCsrfToken
(org.apache.http.client.HttpClient httpClient, String servicePath, Map<String, Collection<String>> headers) Retrieves an CSRF Token from a remote system by issuing an CSRF token request.DefaultCsrfTokenRetriever.retrieveCsrfToken
(org.apache.http.client.HttpClient httpClient, String servicePath) DefaultCsrfTokenRetriever.retrieveCsrfToken
(org.apache.http.client.HttpClient httpClient, String servicePath, Map<String, Collection<String>> headers)