| Package | Description |
|---|---|
| org.mule.runtime.oauth.api | |
| org.mule.runtime.oauth.api.builder |
| Modifier and Type | Method and Description |
|---|---|
default <T> OAuthPlatformManagedDancerBuilder |
OAuthService.platformManagedOAuthDancerBuilder(org.mule.runtime.api.lock.LockFactory lockFactory,
Map<String,T> tokensStore,
org.mule.runtime.api.el.MuleExpressionLanguage expressionEvaluator)
Creates a builder for a
PlatformManagedOAuthDancer that obtains access tokens that are provisioned and managed
by the Anypoint Platform. |
| Modifier and Type | Method and Description |
|---|---|
OAuthPlatformManagedDancerBuilder |
OAuthPlatformManagedDancerBuilder.addListener(PlatformManagedOAuthStateListener listener)
Adds the
listener. |
OAuthPlatformManagedDancerBuilder |
OAuthPlatformManagedDancerBuilder.connectionUri(String connectionUri)
Sets the URI that identifies the connection that is defined in the Anypoint Platform
|
OAuthPlatformManagedDancerBuilder |
OAuthPlatformManagedDancerBuilder.organizationId(String organizationId)
Sets the ID of the organization that defined the connection in the Anypoint Platform
|
OAuthPlatformManagedDancerBuilder |
OAuthPlatformManagedDancerBuilder.platformUrl(String platformUrl)
Sets the url of the platform API that serves the managed tokens
|
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.