- compareTo(ApacheCloudStackApiCommandParameter) - Method in class br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackApiCommandParameter
-
- configureDomainForCookie(BasicClientCookie) - Method in class br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient
-
It configures the cookie domain with the domain of the Apache CloudStack that is being accessed.
- configureRequestExpiration(List<ApacheCloudStackApiCommandParameter>) - Method in class br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient
-
This method configures the request expiration if needed.
- createAndAddCookiesOnStoreForHeader(CookieStore, Header) - Method in class br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient
-
This method creates a cookie for every HeaderElement of the Header given as parameter.
- createAndAddCookiesOnStoreForHeaders(CookieStore, Header[]) - Method in class br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient
-
- createApacheCloudStackApiUrlRequest(ApacheCloudStackRequest, boolean) - Method in class br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient
-
This method creates transforms the given
ApacheCloudStackRequest into a URL requeest for the Apache CloudStack API.
- createCommandString(ApacheCloudStackRequest) - Method in class br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient
-
It creates the command query string, placing the parameters in alphabetical order.
- createCookieForHeaderElement(HeaderElement) - Method in class br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient
-
This method will create a BasicClientCookie with the given HeaderElement.
- createExpirationDate() - Method in class br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient
-
This method creates the expiration date as a string according to the ISO 8601.
- createHttpClient() - Method in class br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient
-
It creates an CloseableHttpClient object.
- createHttpContextWithAuthenticatedSessionUsingUserCredentials(CloseableHttpClient) - Method in class br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient
-
This method creates an HttpContext with an authenticated JSESSIONID.
- createHttpContextWithAuthenticatedSessionUsingUserCredentialsIfNeeded(CloseableHttpClient, boolean) - Method in class br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient
-
According to the 'isSecretKeyApiKey AuthenticationMechanism' parameter this method creates an HttpContext that is used when executing requests.
- createHttpContextWithCookies(CloseableHttpResponse) - Method in class br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient
-
It creates an HttpContext object with a cookie store that will contain the cookies returned by the user in the CloseableHttpResponse that is received as parameter.
- createHttpPost() - Method in class br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient
-
Creates an HttpPost object to be sent to Apache CloudStack API.
- createInsecureSslFactory() - Method in class br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient
-
This method creates an insecure SSL factory that will trust on self signed certificates.
- createSignature(String) - Method in class br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient
-
Creates a signature (HMAC-sha1) with the #ApacheCloudStackUser#getSecretKey() and the given queryString
The returner signature is encoded in Base64.
- createSortedCommandQueryList(ApacheCloudStackRequest) - Method in class br.com.autonomiccs.apacheCloudStack.client.ApacheCloudStackClient
-
This methods adds the final data needed to the command query.