Package sh.ory.auth
Interface Authentication
- All Known Implementing Classes:
ApiKeyAuth,HttpBasicAuth,HttpBearerAuth
public interface Authentication
-
Method Summary
-
Method Details
-
applyToParams
void applyToParams(List<Pair> queryParams, Map<String,String> headerParams, Map<String,String> cookieParams, String payload, String method, URI uri) throws ApiExceptionApply authentication settings to header and query params.- Parameters:
queryParams- List of query parametersheaderParams- Map of header parameterscookieParams- Map of cookie parameterspayload- HTTP request bodymethod- HTTP methoduri- URI- Throws:
ApiException- if failed to update the parameters
-