Uses of Class
com.sap.cloud.security.xsuaa.http.HttpHeaders
Packages that use HttpHeaders
-
Uses of HttpHeaders in com.sap.cloud.security.xsuaa.client
Methods in com.sap.cloud.security.xsuaa.client with parameters of type HttpHeadersModifier and TypeMethodDescriptionprotected abstract OAuth2TokenResponseAbstractOAuth2TokenService.requestAccessToken(URI tokenEndpointUri, HttpHeaders headers, Map<String, String> parameters) Implements the HTTP client specific logic to perform an HTTP request and handle the response.protected OAuth2TokenResponseDefaultOAuth2TokenService.requestAccessToken(URI tokenEndpointUri, HttpHeaders headers, Map<String, String> parameters) protected OAuth2TokenResponseXsuaaOAuth2TokenService.requestAccessToken(URI tokenEndpointUri, HttpHeaders headers, Map<String, String> parameters) -
Uses of HttpHeaders in com.sap.cloud.security.xsuaa.http
Methods in com.sap.cloud.security.xsuaa.http that return HttpHeadersModifier and TypeMethodDescriptionstatic HttpHeadersHttpHeadersFactory.createWithAuthorizationBearerHeader(String token) Adds theAuthorization: Bearer <token>header to the set of headers.static HttpHeadersHttpHeadersFactory.createWithoutAuthorizationHeader()Creates the set of HTTP headers with client-credentials basic authentication header.HttpHeaders.withHeader(String headerName, String value)