Uses of Class
sh.ory.ApiClient
| Package | Description |
|---|---|
| sh.ory | |
| sh.ory.api |
-
Uses of ApiClient in sh.ory
Methods in sh.ory that return ApiClient Modifier and Type Method Description ApiClientApiClient. addDefaultCookie(String key, String value)Add a default cookie.ApiClientApiClient. addDefaultHeader(String key, String value)Add a default header.static ApiClientConfiguration. getDefaultApiClient()Get the default API client, which would be used when creating API instances without providing an API client.ApiClientApiClient. setBasePath(String basePath)Set base pathApiClientApiClient. setConnectTimeout(int connectionTimeout)Sets the connect timeout (in milliseconds).ApiClientApiClient. setDateFormat(DateFormat dateFormat)Setter for the fielddateFormat.ApiClientApiClient. setDebugging(boolean debugging)Enable/disable debugging for this API client.ApiClientApiClient. setHttpClient(okhttp3.OkHttpClient newHttpClient)Set HTTP client, which must never be null.ApiClientApiClient. setJSON(JSON json)Set JSONApiClientApiClient. setKeyManagers(KeyManager[] managers)Configure client keys to use for authorization in an SSL session.ApiClientApiClient. setLenientOnJson(boolean lenientOnJson)Set LenientOnJson.ApiClientApiClient. setLocalDateFormat(DateTimeFormatter dateFormat)Set LocalDateFormat.ApiClientApiClient. setOffsetDateTimeFormat(DateTimeFormatter dateFormat)Set OffsetDateTimeFormat.ApiClientApiClient. setReadTimeout(int readTimeout)Sets the read timeout (in milliseconds).ApiClientApiClient. setSqlDateFormat(DateFormat dateFormat)Set SqlDateFormat.ApiClientApiClient. setSslCaCert(InputStream sslCaCert)Configure the CA certificate to be trusted when making https requests.ApiClientApiClient. setTempFolderPath(String tempFolderPath)Set the temporary folder path (for downloading files)ApiClientApiClient. setUserAgent(String userAgent)Set the User-Agent header's value (by adding to the default header map).ApiClientApiClient. setVerifyingSsl(boolean verifyingSsl)Configure whether to verify certificate and hostname when making https requests.ApiClientApiClient. setWriteTimeout(int writeTimeout)Sets the write timeout (in milliseconds).Methods in sh.ory with parameters of type ApiClient Modifier and Type Method Description static voidConfiguration. setDefaultApiClient(ApiClient apiClient)Set the default API client, which would be used when creating API instances without providing an API client. -
Uses of ApiClient in sh.ory.api
Methods in sh.ory.api that return ApiClient Modifier and Type Method Description ApiClientMetadataApi. getApiClient()ApiClientV0alpha2Api. getApiClient()Methods in sh.ory.api with parameters of type ApiClient Modifier and Type Method Description voidMetadataApi. setApiClient(ApiClient apiClient)voidV0alpha2Api. setApiClient(ApiClient apiClient)Constructors in sh.ory.api with parameters of type ApiClient Constructor Description MetadataApi(ApiClient apiClient)V0alpha2Api(ApiClient apiClient)