Interface Authentication
-
- All Known Implementing Classes:
ApiKeyAuth,HttpBasicAuth,HttpBearerAuth
public interface Authentication
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyToParams(org.springframework.util.MultiValueMap<String,String> queryParams, org.springframework.http.HttpHeaders headerParams, org.springframework.util.MultiValueMap<String,String> cookieParams)Apply authentication settings to header and / or query parameters.
-
-
-
Method Detail
-
applyToParams
void applyToParams(org.springframework.util.MultiValueMap<String,String> queryParams, org.springframework.http.HttpHeaders headerParams, org.springframework.util.MultiValueMap<String,String> cookieParams)
Apply authentication settings to header and / or query parameters.- Parameters:
queryParams- The query parameters for the requestheaderParams- The header parameters for the requestcookieParams- The cookie parameters for the request
-
-