Interface HttpAuthorizationRequestHeaderProvider
-
- All Known Implementing Classes:
BasicHttpAlwaysInHeaderAuthorizationProvider
,OAuth2AuthorizationProvider
public interface HttpAuthorizationRequestHeaderProvider
Provides authorization request headers that should be added to an HTTP request
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getHeaders()
Retrieves the HTTP headers with the required authorization information to be included into the HTTP requests
-