@NoImplement @Experimental public interface OAuthPlatformManagedDancerBuilder extends org.mule.runtime.oauth.api.builder.OAuthDancerBuilder<PlatformManagedOAuthDancer>
PlatformManagedOAuthDancer
Platform Managed OAuth is an experimental feature. It will only be enabled on selected environments and scenarios. Backwards compatibility is not guaranteed.
| Modifier and Type | Method and Description |
|---|---|
OAuthPlatformManagedDancerBuilder |
addListener(PlatformManagedOAuthStateListener listener)
Adds the
listener. |
default OAuthPlatformManagedDancerBuilder |
apiVersion(String apiVersion)
Sets the platform API version to a specific one.
|
OAuthPlatformManagedDancerBuilder |
connectionUri(String connectionUri)
Sets the URI that identifies the connection that is defined in the Anypoint Platform
|
OAuthPlatformManagedDancerBuilder |
organizationId(String organizationId)
Sets the ID of the organization that defined the connection in the Anypoint Platform
|
OAuthPlatformManagedDancerBuilder |
platformUrl(String platformUrl)
Sets the url of the platform API that serves the managed tokens
|
build, clientCredentials, customParametersExtractorsExprs, encoding, name, resourceOwnerIdTransformer, responseAccessTokenExpr, responseExpiresInExpr, responseRefreshTokenExpr, scopes, tokenUrl, tokenUrl, tokenUrl, tokenUrl, tokenUrl, withClientCredentialsInOAuthPlatformManagedDancerBuilder connectionUri(String connectionUri)
connectionUri - the id of the connection which token we want to obtainthis builderOAuthPlatformManagedDancerBuilder organizationId(String organizationId)
organizationId - an organizationIdthis builderOAuthPlatformManagedDancerBuilder platformUrl(String platformUrl)
platformUrl - the url of the platform API that serves the managed tokensthis builderdefault OAuthPlatformManagedDancerBuilder apiVersion(String apiVersion)
apiVersion - the platform API versionthis builderOAuthPlatformManagedDancerBuilder addListener(PlatformManagedOAuthStateListener listener)
listener. Listeners will be invoked in the same order as they were addedlistener - the PlatformManagedOAuthStateListener to be addedIllegalArgumentException - if the listener is nullCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.