Package org.openbravo.service.externalsystem.http
-
Interface Summary Interface Description HttpAuthorizationProvider Provides the information required to authenticate an HTTP request with an authorization method in particular.HttpAuthorizationRequestHeaderProvider Provides authorization request headers that should be added to an HTTP request -
Class Summary Class Description BasicHttpAlwaysInHeaderAuthorizationProvider Used to authenticate an HTTP request by providing the basic authorization information always in the headerBasicHttpAuthorizationProvider Used to authenticate an HTTP request with the standard Basic HTTP authorization methodHttpExternalSystem Allows to communicate with an external system through HTTP requestsHttpExternalSystemCommunicationTest Tests to cover the sending of data withHttpExternalSystem
.HttpExternalSystemDataCreationTest Tests for covering the creation ofHttpExternalSystemData
recordsNoAuthHttpAuthorizationProvider Used when no HTTP authorization is requiredOAuth2AuthorizationProvider Used to authenticate an HTTP request using the OAuth 2.0 standard -
Annotation Types Summary Annotation Type Description HttpAuthorizationMethod Declares the HTTP authorization method implemented by aHttpAuthorizationProvider