public class TestOAuthOperations extends Object
| Constructor and Description |
|---|
TestOAuthOperations() |
| Modifier and Type | Method and Description |
|---|---|
TestOAuthConnection |
getConnection(TestOAuthConnection connection) |
TestOAuthConnection |
getFlackyConnection(TestOAuthConnection connection) |
InputStream |
getStream(String content) |
String |
getStreamContentWithFlackyConnection(TestOAuthConnection connection,
InputStream content) |
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<TestOAuthConnection,String> |
pagedOperation(Integer failAt) |
void |
tokenExpired(TestOAuthConnection connection) |
public TestOAuthConnection getConnection(@Connection TestOAuthConnection connection)
public void tokenExpired(@Connection
TestOAuthConnection connection)
public org.mule.runtime.extension.api.runtime.streaming.PagingProvider<TestOAuthConnection,String> pagedOperation(@Optional(defaultValue="0") Integer failAt)
public TestOAuthConnection getFlackyConnection(@Connection TestOAuthConnection connection)
@MediaType(value="*/*") public InputStream getStream(String content)
@MediaType(value="*/*") public String getStreamContentWithFlackyConnection(@Connection TestOAuthConnection connection, InputStream content)
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.