Class OAuth1.Configurer
java.lang.Object
org.talend.sdk.component.api.service.http.configurer.oauth1.OAuth1.Configurer
- All Implemented Interfaces:
Configurer
- Enclosing class:
- OAuth1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.talend.sdk.component.api.service.http.Configurer
Configurer.ConfigurerConfiguration, Configurer.Connection
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(Configurer.Connection connection, Configurer.ConfigurerConfiguration configuration)
-
Constructor Details
-
Configurer
public Configurer()
-
-
Method Details
-
configure
public void configure(Configurer.Connection connection, Configurer.ConfigurerConfiguration configuration) - Specified by:
configure
in interfaceConfigurer
- Parameters:
connection
- the current connection to customize.configuration
- the configuration of the invocation if any.
-