public interface IAuthorizer
| Modifier and Type | Method and Description |
|---|---|
void |
authorize(org.apache.http.client.methods.HttpRequestBase httpRequest)
This method will authorise an http request using the selected authorisation mechanism
|
void |
authorize(HttpURLConnection httpUrlConnection)
Authorize a http url connection using Signpost
|
void authorize(org.apache.http.client.methods.HttpRequestBase httpRequest)
throws FMSException
httpRequest - FMSExceptionvoid authorize(HttpURLConnection httpUrlConnection) throws FMSException
httpUrlConnection - FMSExceptionCopyright © 2017. All rights reserved.