Uses of Class
com.okta.sdk.resource.client.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in com.okta.sdk.impl.oauth2
Method parameters in com.okta.sdk.impl.oauth2 with type arguments of type Pair -
Uses of Pair in com.okta.sdk.resource.client
Methods in com.okta.sdk.resource.client that return types with arguments of type PairModifier and TypeMethodDescriptionApiClient.parameterToPair
(String name, Object value) Formats the specified query parameter to a list containing a singlePair
object.ApiClient.parameterToPairs
(String collectionFormat, String name, Collection value) Formats the specified collection query parameters to a list ofPair
objects.Method parameters in com.okta.sdk.resource.client with type arguments of type PairModifier and TypeMethodDescription<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. -
Uses of Pair in com.okta.sdk.resource.client.auth
Method parameters in com.okta.sdk.resource.client.auth with type arguments of type PairModifier and TypeMethodDescriptionvoid
ApiKeyAuth.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
HttpBasicAuth.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
OAuth.applyToParams
(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams)