Uses of Class
org.gluu.casa.client.config.Pair
-
Packages that use Pair Package Description org.gluu.casa.client.config org.gluu.casa.client.config.auth -
-
Uses of Pair in org.gluu.casa.client.config
Methods in org.gluu.casa.client.config that return types with arguments of type Pair Modifier and Type Method Description List<Pair>ApiClient. parameterToPairs(String collectionFormat, String name, Object value)Method parameters in org.gluu.casa.client.config with type arguments of type Pair Modifier and Type Method Description <T> ApiResponse<T>ApiClient. invokeAPI(String path, String method, List<Pair> queryParams, Object body, Map<String,String> headerParams, Map<String,Object> formParams, String accept, String contentType, String[] authNames, javax.ws.rs.core.GenericType<T> returnType)Invoke API by sending HTTP request with the given options.protected voidApiClient. updateParamsForAuth(String[] authNames, List<Pair> queryParams, Map<String,String> headerParams)Update query and header parameters based on authentication settings. -
Uses of Pair in org.gluu.casa.client.config.auth
Method parameters in org.gluu.casa.client.config.auth with type arguments of type Pair Modifier and Type Method Description voidApiKeyAuth. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)voidAuthentication. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)Apply authentication settings to header and query params.voidHttpBasicAuth. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)voidOAuth. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)
-