Package org.apache.nifi.api.toolkit.auth
Class OAuth
java.lang.Object
org.apache.nifi.api.toolkit.auth.OAuth
- All Implemented Interfaces:
Authentication
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class OAuth
extends Object
implements Authentication
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Apply authentication settings to header and query params.void
setAccessToken
(String accessToken)
-
Field Details
-
accessToken
-
-
Constructor Details
-
OAuth
public OAuth()
-
-
Method Details
-
getAccessToken
-
setAccessToken
-
applyToParams
Description copied from interface:Authentication
Apply authentication settings to header and query params.- Specified by:
applyToParams
in interfaceAuthentication
- Parameters:
queryParams
- List of query parametersheaderParams
- Map of header parameters
-