Skip navigation links
A C D G I M O P R S 

A

accessToken() - Method in interface org.mule.runtime.oauth.api.PlatformManagedOAuthDancer
Obtains the current access token for the connection that this dancer was configured for.
addListener(PlatformManagedOAuthStateListener) - Method in interface org.mule.runtime.oauth.api.builder.OAuthPlatformManagedDancerBuilder
Adds the listener.
addListener(PlatformManagedOAuthStateListener) - Method in interface org.mule.runtime.oauth.api.PlatformManagedOAuthDancer
Adds the listener.
apiVersion(String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthPlatformManagedDancerBuilder
Sets the platform API version to a specific one.
authorizationCodeGrantTypeDancerBuilder(LockFactory, Map<String, T>, MuleExpressionLanguage) - Method in interface org.mule.runtime.oauth.api.OAuthService
Creates a builder for an AuthorizationCodeOAuthDancer for authorization code grant type.
AuthorizationCodeListener - Interface in org.mule.runtime.oauth.api.builder
Deprecated.
since 4.2.2. Use AuthorizationCodeListener instead

C

clientCredentialsGrantTypeDancerBuilder(LockFactory, Map<String, T>, MuleExpressionLanguage) - Method in interface org.mule.runtime.oauth.api.OAuthService
Creates a builder for an ClientCredentialsOAuthDancer for client credentials grant type.
ClientCredentialsListener - Interface in org.mule.runtime.oauth.api.builder
Deprecated.
since 4.2.2. Use ClientCredentialsListener instead
connectionUri(String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthPlatformManagedDancerBuilder
Sets the URI that identifies the connection that is defined in the Anypoint Platform

D

DefaultResourceOwnerOAuthContext - Class in org.mule.runtime.oauth.api.state
Deprecated.
Use ResourceOwnerOAuthContextWithRefreshState instead.
DefaultResourceOwnerOAuthContext(Lock, String) - Constructor for class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 

G

getAccessToken() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
getConnectionDescriptor() - Method in interface org.mule.runtime.oauth.api.PlatformManagedOAuthDancer
Obtains a PlatformManagedConnectionDescriptor which describes the connection this dancer accesses
getContext() - Method in interface org.mule.runtime.oauth.api.PlatformManagedOAuthDancer
Retrieves the oauth context.
getDancerState() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
getDisplayName() - Method in interface org.mule.runtime.oauth.api.PlatformManagedConnectionDescriptor
 
getExpiresIn() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
getId() - Method in interface org.mule.runtime.oauth.api.PlatformManagedConnectionDescriptor
 
getParameters() - Method in interface org.mule.runtime.oauth.api.PlatformManagedConnectionDescriptor
Returns parameters additional to the standard OAuth ones that the user has configured for this connection.
getRefreshOAuthContextLock(String, LockFactory) - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
getRefreshToken() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
getRefreshUserOAuthContextLock() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
getResourceOwnerId() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
getState() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
getTokenResponseParameters() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
getUri() - Method in interface org.mule.runtime.oauth.api.PlatformManagedConnectionDescriptor
 

I

invalidateContext() - Method in interface org.mule.runtime.oauth.api.PlatformManagedOAuthDancer
Clears the oauth context.
isTokenInvalid() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 

M

markTokenAsInvalid() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 

O

OAuthPlatformManagedDancerBuilder - Interface in org.mule.runtime.oauth.api.builder
Builder that allows to configure the attributes for the PlatformManagedOAuthDancer
OAuthService - Interface in org.mule.runtime.oauth.api
Allows for creation of OAuth dancer implementations for the supported grant types: Authorization Code Grant Type Client Credentials
onAccessToken(ResourceOwnerOAuthContext) - Method in interface org.mule.runtime.oauth.api.listener.PlatformManagedOAuthStateListener
Invoked each time an access token has been obtained from the platform
onTokenRefreshed(ResourceOwnerOAuthContext) - Method in interface org.mule.runtime.oauth.api.builder.ClientCredentialsListener
Deprecated.
Invoked each time a refresh token operation has been completed successfully
onTokenRefreshed(ResourceOwnerOAuthContext) - Method in interface org.mule.runtime.oauth.api.listener.PlatformManagedOAuthStateListener
Invoked each time a refresh token operation has been completed successfully
org.mule.runtime.oauth.api - package org.mule.runtime.oauth.api
 
org.mule.runtime.oauth.api.builder - package org.mule.runtime.oauth.api.builder
 
org.mule.runtime.oauth.api.listener - package org.mule.runtime.oauth.api.listener
 
org.mule.runtime.oauth.api.state - package org.mule.runtime.oauth.api.state
 
organizationId(String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthPlatformManagedDancerBuilder
Sets the ID of the organization that defined the connection in the Anypoint Platform

P

PlatformManagedConnectionDescriptor - Interface in org.mule.runtime.oauth.api
Describes the configuration of an OAuth connection managed by the Anypoint Platform.
PlatformManagedOAuthDancer - Interface in org.mule.runtime.oauth.api
Allows to manipulate access and refresh tokens that are obtained and managed by the Anypoint Platform.
platformManagedOAuthDancerBuilder(LockFactory, Map<String, T>, MuleExpressionLanguage) - Method in interface org.mule.runtime.oauth.api.OAuthService
Creates a builder for a PlatformManagedOAuthDancer that obtains access tokens that are provisioned and managed by the Anypoint Platform.
PlatformManagedOAuthStateListener - Interface in org.mule.runtime.oauth.api.listener
Allows to get notified about certain events related to Platform Managed OAuth tokens
platformUrl(String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthPlatformManagedDancerBuilder
Sets the url of the platform API that serves the managed tokens

R

refreshToken() - Method in interface org.mule.runtime.oauth.api.PlatformManagedOAuthDancer
Performs the refresh of the access token.
removeListener(PlatformManagedOAuthStateListener) - Method in interface org.mule.runtime.oauth.api.PlatformManagedOAuthDancer
Removes the listener.

S

setAccessToken(String) - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
setDancerState(DancerState) - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
setExpiresIn(String) - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
setRefreshToken(String) - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
setRefreshUserOAuthContextLock(Lock) - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
setState(String) - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
setTokenResponseParameters(Map<String, Object>) - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
A C D G I M O P R S 
Skip navigation links

Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.