public abstract class AbstractOAuth20HttpConnectionProvider<CONNECTION extends ConnectorHttpConnection> extends AbstractHttpConnectionProvider<CONNECTION,ConnectionParameterGroup> implements org.mule.runtime.api.connection.CachedConnectionProvider<CONNECTION>
| Constructor and Description |
|---|
AbstractOAuth20HttpConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.http.api.client.auth.HttpAuthentication |
getAuthentication(org.mule.runtime.http.api.client.HttpClient httpClient) |
protected org.mule.runtime.api.util.MultiMap<String,String> |
getAuthorizationHeaders(org.mule.runtime.http.api.client.HttpClient httpClient) |
ConnectionParameterGroup |
getConnectionParams() |
connect, getConnectionConstructor, initialiseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AbstractOAuth20HttpConnectionProvider()
protected org.mule.runtime.api.util.MultiMap<String,String> getAuthorizationHeaders(org.mule.runtime.http.api.client.HttpClient httpClient) throws org.mule.runtime.api.connection.ConnectionException
getAuthorizationHeaders in class AbstractHttpConnectionProvider<CONNECTION extends ConnectorHttpConnection,ConnectionParameterGroup>org.mule.runtime.api.connection.ConnectionExceptionprotected org.mule.runtime.http.api.client.auth.HttpAuthentication getAuthentication(org.mule.runtime.http.api.client.HttpClient httpClient)
throws org.mule.runtime.api.connection.ConnectionException
getAuthentication in class AbstractHttpConnectionProvider<CONNECTION extends ConnectorHttpConnection,ConnectionParameterGroup>org.mule.runtime.api.connection.ConnectionExceptionpublic ConnectionParameterGroup getConnectionParams()
getConnectionParams in class AbstractHttpConnectionProvider<CONNECTION extends ConnectorHttpConnection,ConnectionParameterGroup>Copyright © 2018. All rights reserved.