Authentication is implemented in form of HTTPRequest hooks. Depending on the authentication values given to the REST client, different hooks will be configured and set up. Later, before the request execution, this hooks will be called with an HTTP request as an argument.
Type Params | Return Type | Name and description |
---|---|---|
|
HTTPRequest |
call(HTTPRequest hr) This method modifies request to contain necessary authentication information |
This method modifies request to contain necessary authentication information
hr
- HTTPRequest to be processed