Class AuthApiClient
- java.lang.Object
-
- de.iip_ecosphere.platform.support.semanticId.eclass.handler.ApiClient
-
- de.iip_ecosphere.platform.support.semanticId.eclass.AuthApiClient
-
public class AuthApiClient extends ApiClient
Implements a REST client that can work withIdentityToken.- Author:
- Holger Eichelberger, SSE
-
-
Field Summary
Fields Modifier and Type Field Description private static javax.net.ssl.SSLContextcontext
-
Constructor Summary
Constructors Constructor Description AuthApiClient()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static voidsetSslContext(javax.net.ssl.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
-
-