Interface Authentication
-
- All Implemented Interfaces:
public interface Authentication
-
-
Method Summary
-
-
Method Detail
-
applyToParams
abstract void applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams)
Apply authentication settings to header and query params.
- Parameters:
queryParams
- List of query parametersheaderParams
- Map of header parameterscookieParams
- Map of cookie parameters
-
-
-
-