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
- FMSException
void authorize(HttpURLConnection httpUrlConnection) throws FMSException
httpUrlConnection
- FMSException
Copyright © 2017. All rights reserved.