public class PlatformManagedOAuthConfig extends OAuthConfig<org.mule.runtime.extension.api.connectivity.oauth.PlatformManagedOAuthGrantType>
OAuthConfig implementation for the PlatformManagedOAuthGrantType| Constructor and Description |
|---|
PlatformManagedOAuthConfig(String ownerConfigName,
String connectionUri,
String serviceUrl,
String platformAuthUrl,
String clientId,
String clientSecret,
String orgId,
String apiVersion,
Charset encoding,
org.mule.runtime.extension.api.connectivity.oauth.PlatformManagedOAuthGrantType grantType,
org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
org.mule.runtime.api.meta.model.connection.ConnectionProviderModel delegateConnectionProviderModel,
org.mule.runtime.extension.api.connectivity.oauth.OAuthGrantType delegateGrantType) |
| Modifier and Type | Method and Description |
|---|---|
static PlatformManagedOAuthConfig |
from(String ownerConfigName,
String connectionUri,
org.mule.runtime.extension.api.connectivity.oauth.PlatformManagedOAuthGrantType grantType,
org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
org.mule.runtime.api.meta.model.connection.ConnectionProviderModel delegateConnectionProviderModel,
org.mule.runtime.extension.api.connectivity.oauth.OAuthGrantType delegateGrantType,
org.mule.runtime.api.component.ConfigurationProperties configurationProperties) |
String |
getApiVersion() |
String |
getClientId() |
String |
getClientSecret() |
String |
getConnectionUri() |
org.mule.runtime.api.meta.model.connection.ConnectionProviderModel |
getDelegateConnectionProviderModel() |
org.mule.runtime.extension.api.connectivity.oauth.OAuthGrantType |
getDelegateGrantType() |
Charset |
getEncoding() |
org.mule.runtime.api.meta.model.ExtensionModel |
getExtensionModel() |
org.mule.runtime.extension.api.connectivity.oauth.PlatformManagedOAuthGrantType |
getGrantType() |
String |
getOrgId() |
String |
getPlatformAuthUrl() |
String |
getServiceUrl() |
getCustomHeaders, getCustomParameters, getOwnerConfigName, getParameterExtractors, getStoreConfigpublic PlatformManagedOAuthConfig(String ownerConfigName, String connectionUri, String serviceUrl, String platformAuthUrl, String clientId, String clientSecret, String orgId, String apiVersion, Charset encoding, org.mule.runtime.extension.api.connectivity.oauth.PlatformManagedOAuthGrantType grantType, org.mule.runtime.api.meta.model.ExtensionModel extensionModel, org.mule.runtime.api.meta.model.connection.ConnectionProviderModel delegateConnectionProviderModel, org.mule.runtime.extension.api.connectivity.oauth.OAuthGrantType delegateGrantType)
public static PlatformManagedOAuthConfig from(String ownerConfigName, String connectionUri, org.mule.runtime.extension.api.connectivity.oauth.PlatformManagedOAuthGrantType grantType, org.mule.runtime.api.meta.model.ExtensionModel extensionModel, org.mule.runtime.api.meta.model.connection.ConnectionProviderModel delegateConnectionProviderModel, org.mule.runtime.extension.api.connectivity.oauth.OAuthGrantType delegateGrantType, org.mule.runtime.api.component.ConfigurationProperties configurationProperties)
public String getConnectionUri()
public String getServiceUrl()
public String getPlatformAuthUrl()
public String getClientId()
public String getClientSecret()
public String getOrgId()
public String getApiVersion()
public Charset getEncoding()
public org.mule.runtime.api.meta.model.connection.ConnectionProviderModel getDelegateConnectionProviderModel()
public org.mule.runtime.extension.api.connectivity.oauth.OAuthGrantType getDelegateGrantType()
public org.mule.runtime.extension.api.connectivity.oauth.PlatformManagedOAuthGrantType getGrantType()
getGrantType in class OAuthConfig<org.mule.runtime.extension.api.connectivity.oauth.PlatformManagedOAuthGrantType>public org.mule.runtime.api.meta.model.ExtensionModel getExtensionModel()
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.