Package org.apache.nifi.api.toolkit.auth
Interface Authentication
- All Known Implementing Classes:
ApiKeyAuth
,HttpBasicAuth
,OAuth
public interface Authentication
-
Method Summary
-
Method Details
-
applyToParams
Apply authentication settings to header and query params.- Parameters:
queryParams
- List of query parametersheaderParams
- Map of header parameters
-