Package | Description |
---|---|
com.okta.sdk.impl.oauth2 | |
org.openapitools.client | |
org.openapitools.client.auth |
Modifier and Type | Method and Description |
---|---|
void |
OAuth2ClientCredentials.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams) |
Modifier and Type | Method and Description |
---|---|
List<Pair> |
ApiClient.parameterToPair(String name,
Object value)
Formats the specified query parameter to a list containing a single
Pair object. |
List<Pair> |
ApiClient.parameterToPairs(String collectionFormat,
String name,
Collection value)
Formats the specified collection query parameters to a list of
Pair objects. |
Modifier and Type | Method and Description |
---|---|
<T> T |
ApiClient.invokeAPI(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
String urlQueryDeepObject,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String accept,
String contentType,
String[] authNames,
com.fasterxml.jackson.core.type.TypeReference<T> returnType)
Invoke API by sending HTTP request with the given options.
|
<T> T |
ApiClient.invokeAPI(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
String urlQueryDeepObject,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String accept,
String contentType,
String[] authNames,
com.fasterxml.jackson.core.type.TypeReference<T> returnType)
Invoke API by sending HTTP request with the given options.
|
Modifier and Type | Method and Description |
---|---|
void |
OAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams) |
void |
HttpBearerAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams) |
void |
HttpBasicAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams) |
void |
Authentication.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams)
Apply authentication settings to header and query params.
|
void |
ApiKeyAuth.applyToParams(List<Pair> queryParams,
Map<String,String> headerParams,
Map<String,String> cookieParams) |
Copyright © 2017–2023 Okta. All rights reserved.