- getAccessToken() - Method in class org.symphonyoss.symphony.authenticator.invoker.auth.OAuth
-
- getApiClient() - Method in class org.symphonyoss.symphony.authenticator.api.AuthenticationApi
-
- getApiClient() - Method in class org.symphonyoss.symphony.authenticator.api.PodApi
-
- getApiKey() - Method in class org.symphonyoss.symphony.authenticator.invoker.auth.ApiKeyAuth
-
- getApiKeyPrefix() - Method in class org.symphonyoss.symphony.authenticator.invoker.auth.ApiKeyAuth
-
- getAppId() - Method in class org.symphonyoss.symphony.authenticator.model.ExtensionAppTokens
-
Application ID
- getAppToken() - Method in class org.symphonyoss.symphony.authenticator.model.AuthenticateRequest
-
application generated token
- getAppToken() - Method in class org.symphonyoss.symphony.authenticator.model.ExtensionAppTokens
-
This token generated by the application when calling authentication endpoint
- getAuthentication(String) - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Get authentication for the given name.
- getAuthentications() - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Get authentications (key: authentication name, value: authentication).
- getBasePath() - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
- getCertificate() - Method in class org.symphonyoss.symphony.authenticator.model.PodCertificate
-
Certificate in PEM format
- getCode() - Method in exception org.symphonyoss.symphony.authenticator.invoker.ApiException
-
Get the HTTP status code.
- getCode() - Method in class org.symphonyoss.symphony.authenticator.model.Error
-
Get code
- getConnectTimeout() - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Connect timeout (in milliseconds).
- getContext(Class<?>) - Method in class org.symphonyoss.symphony.authenticator.invoker.JSON
-
- getDateFormat() - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Get the date format used to parse/format date parameters.
- getDefaultApiClient() - Static method in class org.symphonyoss.symphony.authenticator.invoker.Configuration
-
Get the default API client, which would be used when creating API
instances without providing an API client.
- getExpireAt() - Method in class org.symphonyoss.symphony.authenticator.model.ExtensionAppTokens
-
unix timestamp when the token expired
- getHttpClient() - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
- getJSON() - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Gets the JSON instance to do JSON serialization and deserialization.
- getLocation() - Method in class org.symphonyoss.symphony.authenticator.invoker.auth.ApiKeyAuth
-
- getMessage() - Method in class org.symphonyoss.symphony.authenticator.model.Error
-
Get message
- getName() - Method in class org.symphonyoss.symphony.authenticator.invoker.Pair
-
- getName() - Method in class org.symphonyoss.symphony.authenticator.model.Token
-
The name of the header in which the token should be presented on subsequent API calls.
- getParamName() - Method in class org.symphonyoss.symphony.authenticator.invoker.auth.ApiKeyAuth
-
- getPassword() - Method in class org.symphonyoss.symphony.authenticator.invoker.auth.HttpBasicAuth
-
- getResponseBody() - Method in exception org.symphonyoss.symphony.authenticator.invoker.ApiException
-
Get the HTTP response body.
- getResponseHeaders() - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Gets the response headers of the previous request
- getResponseHeaders() - Method in exception org.symphonyoss.symphony.authenticator.invoker.ApiException
-
Get the HTTP response headers.
- getSessionToken() - Method in class org.symphonyoss.symphony.authenticator.model.OboAuthResponse
-
The token which should be passed.
- getStatusCode() - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Gets the status code of the previous request
- getSymphonyToken() - Method in class org.symphonyoss.symphony.authenticator.model.ExtensionAppTokens
-
This token generated by Symphony and should be used by the application to verify that it's talking to Symphony.
- getTempFolderPath() - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
The path of temporary folder used to store downloaded files from endpoints
with file response.
- getToken() - Method in class org.symphonyoss.symphony.authenticator.model.Token
-
The token which should be passed.
- getUsername() - Method in class org.symphonyoss.symphony.authenticator.invoker.auth.HttpBasicAuth
-
- getValue() - Method in class org.symphonyoss.symphony.authenticator.invoker.Pair
-
- selectHeaderAccept(String[]) - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Select the Accept header's value from the given accepts array:
if JSON exists in the given array, use it;
otherwise use all of them (joining into a string)
- selectHeaderContentType(String[]) - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Select the Content-Type header's value from the given array:
if JSON exists in the given array, use it;
otherwise use the first one of the array.
- serialize(Object, Map<String, Object>, String) - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Serialize the given Java object into string entity according the given
Content-Type (only JSON is supported for now).
- sessionToken(String) - Method in class org.symphonyoss.symphony.authenticator.model.OboAuthResponse
-
- setAccessToken(String) - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Helper method to set access token for the first OAuth2 authentication.
- setAccessToken(String) - Method in class org.symphonyoss.symphony.authenticator.invoker.auth.OAuth
-
- setApiClient(ApiClient) - Method in class org.symphonyoss.symphony.authenticator.api.AuthenticationApi
-
- setApiClient(ApiClient) - Method in class org.symphonyoss.symphony.authenticator.api.PodApi
-
- setApiKey(String) - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Helper method to set API key value for the first API key authentication.
- setApiKey(String) - Method in class org.symphonyoss.symphony.authenticator.invoker.auth.ApiKeyAuth
-
- setApiKeyPrefix(String) - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Helper method to set API key prefix for the first API key authentication.
- setApiKeyPrefix(String) - Method in class org.symphonyoss.symphony.authenticator.invoker.auth.ApiKeyAuth
-
- setAppId(String) - Method in class org.symphonyoss.symphony.authenticator.model.ExtensionAppTokens
-
- setAppToken(String) - Method in class org.symphonyoss.symphony.authenticator.model.AuthenticateRequest
-
- setAppToken(String) - Method in class org.symphonyoss.symphony.authenticator.model.ExtensionAppTokens
-
- setBasePath(String) - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
- setCertificate(String) - Method in class org.symphonyoss.symphony.authenticator.model.PodCertificate
-
- setCode(Integer) - Method in class org.symphonyoss.symphony.authenticator.model.Error
-
- setConnectTimeout(int) - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Set the connect timeout (in milliseconds).
- setDateFormat(DateFormat) - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Set the date format used to parse/format date parameters.
- setDateFormat(DateFormat) - Method in class org.symphonyoss.symphony.authenticator.invoker.JSON
-
Set the date format for JSON (de)serialization with Date properties.
- setDebugging(boolean) - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Enable/disable debugging for this API client.
- setDefaultApiClient(ApiClient) - Static method in class org.symphonyoss.symphony.authenticator.invoker.Configuration
-
Set the default API client, which would be used when creating API
instances without providing an API client.
- setExpireAt(Long) - Method in class org.symphonyoss.symphony.authenticator.model.ExtensionAppTokens
-
- setHttpClient(Client) - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
- setMessage(String) - Method in class org.symphonyoss.symphony.authenticator.model.Error
-
- setName(String) - Method in class org.symphonyoss.symphony.authenticator.model.Token
-
- setPassword(String) - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Helper method to set password for the first HTTP basic authentication.
- setPassword(String) - Method in class org.symphonyoss.symphony.authenticator.invoker.auth.HttpBasicAuth
-
- setSessionToken(String) - Method in class org.symphonyoss.symphony.authenticator.model.OboAuthResponse
-
- setSymphonyToken(String) - Method in class org.symphonyoss.symphony.authenticator.model.ExtensionAppTokens
-
- setTempFolderPath(String) - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Set temp folder path
- setToken(String) - Method in class org.symphonyoss.symphony.authenticator.model.Token
-
- setUserAgent(String) - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Set the User-Agent header's value (by adding to the default header map).
- setUsername(String) - Method in class org.symphonyoss.symphony.authenticator.invoker.ApiClient
-
Helper method to set username for the first HTTP basic authentication.
- setUsername(String) - Method in class org.symphonyoss.symphony.authenticator.invoker.auth.HttpBasicAuth
-
- StringUtil - Class in org.symphonyoss.symphony.authenticator.invoker
-
- StringUtil() - Constructor for class org.symphonyoss.symphony.authenticator.invoker.StringUtil
-
- symphonyToken(String) - Method in class org.symphonyoss.symphony.authenticator.model.ExtensionAppTokens
-