Class AuthApiClient
java.lang.Object
de.iip_ecosphere.platform.support.semanticId.eclass.handler.ApiClient
de.iip_ecosphere.platform.support.semanticId.eclass.AuthApiClient
Implements a REST client that can work with
IdentityToken.- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static voidsetSslContext(SSLContext ctx) Defines the SSL context.Methods inherited from class de.iip_ecosphere.platform.support.semanticId.eclass.handler.ApiClient
addDefaultHeader, buildCall, buildRequest, buildRequestBodyFormEncoding, buildRequestBodyMultipart, buildUrl, deserialize, downloadFileFromResponse, escapeString, execute, execute, executeAsync, executeAsync, getAuthentication, getAuthentications, getBasePath, getConnectTimeout, getDateFormat, getHttpClient, getJSON, getKeyManagers, getReadTimeout, getSslCaCert, getTempFolderPath, getWriteTimeout, guessContentTypeFromFile, handleResponse, isDebugging, isJsonMime, isVerifyingSsl, parameterToPair, parameterToPairs, parameterToString, prepareDownloadFile, processHeaderParams, sanitizeFilename, selectHeaderAccept, selectHeaderContentType, serialize, setAccessToken, setApiKey, setApiKeyPrefix, setBasePath, setConnectTimeout, setDateFormat, setDebugging, setHttpClient, setJSON, setKeyManagers, setLenientOnJson, setPassword, setReadTimeout, setSqlDateFormat, setSslCaCert, setTempFolderPath, setUserAgent, setUsername, setVerifyingSsl, setWriteTimeout, updateParamsForAuth
-
Field Details
-
context
-
-
Constructor Details
-
AuthApiClient
public AuthApiClient()
-
-
Method Details
-
setSslContext
Defines the SSL context. Call before instantiation.- Parameters:
ctx- the context
-