Class NoAuthHttpAuthorizationProvider
- java.lang.Object
-
- org.openbravo.service.externalsystem.http.NoAuthHttpAuthorizationProvider
-
- All Implemented Interfaces:
HttpAuthorizationProvider
public class NoAuthHttpAuthorizationProvider extends Object implements HttpAuthorizationProvider
Used when no HTTP authorization is required
-
-
Constructor Summary
Constructors Constructor Description NoAuthHttpAuthorizationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init(HttpExternalSystemData configuration)
Initializes the required information based on the provided configuration
-
-
-
Method Detail
-
init
public void init(HttpExternalSystemData configuration)
Description copied from interface:HttpAuthorizationProvider
Initializes the required information based on the provided configuration- Specified by:
init
in interfaceHttpAuthorizationProvider
- Parameters:
configuration
- Provides the configuration data of an HTTP protocol based external system
-
-