Skip navigation links
A B C D E G H I L N O P R S T V W 

A

accessToken(String) - Method in interface org.mule.runtime.oauth.api.AuthorizationCodeOAuthDancer
Will query the internal state (the tokensStore parameter passed to the service to build the AuthorizationCodeOAuthDancer) to get the appropriate accessToken.
accessToken() - Method in interface org.mule.runtime.oauth.api.ClientCredentialsOAuthDancer
Will query the internal state (the tokensStore parameter passed to the service to build the ClientCredentialsOAuthDancer) to get the appropriate accessToken.
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(AuthorizationCodeListener) - Method in interface org.mule.runtime.oauth.api.AuthorizationCodeOAuthDancer
Deprecated.
since 4.3.1
addListener(String, AuthorizationCodeListener) - Method in interface org.mule.runtime.oauth.api.AuthorizationCodeOAuthDancer
Adds the listener.
addListener(AuthorizationCodeListener) - Method in interface org.mule.runtime.oauth.api.builder.OAuthAuthorizationCodeDancerBuilder
Adds the provided listener
addListener(ClientCredentialsListener) - Method in interface org.mule.runtime.oauth.api.builder.OAuthClientCredentialsDancerBuilder
Adds the listener.
addListener(PlatformManagedOAuthStateListener) - Method in interface org.mule.runtime.oauth.api.builder.OAuthPlatformManagedDancerBuilder
Adds the listener.
addListener(ClientCredentialsListener) - Method in interface org.mule.runtime.oauth.api.ClientCredentialsOAuthDancer
Adds the listener.
addListener(PlatformManagedOAuthStateListener) - Method in interface org.mule.runtime.oauth.api.PlatformManagedOAuthDancer
Adds the listener.
afterDanceCallback(BiConsumer<AuthorizationCodeDanceCallbackContext, ResourceOwnerOAuthContext>) - Method in interface org.mule.runtime.oauth.api.builder.OAuthAuthorizationCodeDancerBuilder
Allows custom code to be run after doing the request to the provided tokenUrl and processing its results.
AUTHORIZATION_CODE_RECEIVED_STATUS - Static variable in class org.mule.runtime.oauth.api.OAuthAuthorizationStatusCode
 
AUTHORIZATION_STATUS_QUERY_PARAM_KEY - Static variable in class org.mule.runtime.oauth.api.OAuthAuthorizationStatusCode
 
AuthorizationCodeDanceCallbackContext - Interface in org.mule.runtime.oauth.api.builder
Implementations keep context information between the before and after callbacks set for an AuthorizationCodeOAuthDancer.
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
AuthorizationCodeListener - Interface in org.mule.runtime.oauth.api.listener
Allows to get notified about certain events related to an OAuth dance with Authorization Code grant type
AuthorizationCodeOAuthDancer - Interface in org.mule.runtime.oauth.api
Implementations provide OAuth dance support for authorization-code grant-type.
AuthorizationCodeRequest - Interface in org.mule.runtime.oauth.api
Provides information about a request to be made to fetch the tokens as part of an OAuth Authorization-code grant type dance.
authorizationUrl(String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthAuthorizationCodeDancerBuilder
 

B

beforeDanceCallback(Function<AuthorizationCodeRequest, AuthorizationCodeDanceCallbackContext>) - Method in interface org.mule.runtime.oauth.api.builder.OAuthAuthorizationCodeDancerBuilder
Allows custom code to be run just before doing the request to the provided tokenUrl.
build() - Method in interface org.mule.runtime.oauth.api.builder.OAuthDancerBuilder
Uses the configuration provided to this builder to create a new dancer.

C

clientCredentials(String, String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthDancerBuilder
 
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
ClientCredentialsListener - Interface in org.mule.runtime.oauth.api.listener
Allows to get notified about certain events related to an OAuth dance with Client Credentials grant type
ClientCredentialsLocation - Enum in org.mule.runtime.oauth.api.builder
Enum to define where to send the client credentials in an OAuth2 Dance.
ClientCredentialsOAuthDancer - Interface in org.mule.runtime.oauth.api
Implementations provide OAuth dance support for client-credentials grant-type.
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
createRefreshOAuthContextLock(String, LockFactory, String) - Static method in class org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContextWithRefreshState
This utility method is needed for the cases where the context is being queried.
customHeaders(Map<String, String>) - Method in interface org.mule.runtime.oauth.api.builder.OAuthAuthorizationCodeDancerBuilder
There are OAuth implementations that require or allow extra headers to be sent when calling the Authentication URL of the OAS.
customHeaders(Supplier<Map<String, String>>) - Method in interface org.mule.runtime.oauth.api.builder.OAuthAuthorizationCodeDancerBuilder
There are OAuth implementations that require or allow extra headers to be sent when calling the Authentication URL of the OAS.
customHeaders(Map<String, String>) - Method in interface org.mule.runtime.oauth.api.builder.OAuthClientCredentialsDancerBuilder
 
customParameters(Map<String, String>) - Method in interface org.mule.runtime.oauth.api.builder.OAuthAuthorizationCodeDancerBuilder
There are OAuth implementations that require or allow extra query parameters to be sent when calling the Authentication URL of the OAS.
customParameters(Supplier<Map<String, String>>) - Method in interface org.mule.runtime.oauth.api.builder.OAuthAuthorizationCodeDancerBuilder
There are OAuth implementations that require or allow extra query parameters to be sent when calling the Authentication URL of the OAS.
customParameters(Map<String, String>) - Method in interface org.mule.runtime.oauth.api.builder.OAuthClientCredentialsDancerBuilder
 
customParametersExtractorsExprs(Map<String, String>) - Method in interface org.mule.runtime.oauth.api.builder.OAuthDancerBuilder
 

D

DancerState - Enum in org.mule.runtime.oauth.api.state
Represents the possible states that the owner object may be in relative to the Dancer.
DEFAULT_RESOURCE_OWNER_ID - Static variable in interface org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContext
 
DefaultResourceOwnerOAuthContext - Class in org.mule.runtime.oauth.api.state
DefaultResourceOwnerOAuthContext(Lock, String) - Constructor for class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 

E

encodeClientCredentialsInBody(boolean) - Method in interface org.mule.runtime.oauth.api.builder.OAuthAuthorizationCodeDancerBuilder
encodeClientCredentialsInBody(boolean) - Method in interface org.mule.runtime.oauth.api.builder.OAuthClientCredentialsDancerBuilder
encoding(Charset) - Method in interface org.mule.runtime.oauth.api.builder.OAuthDancerBuilder
 
externalCallbackUrl(String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthAuthorizationCodeDancerBuilder
The oauth authentication server will use this url to provide the authentication code to the Mule server so the mule server can retrieve the access token.

G

getAccessToken() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
getAccessToken() - Method in interface org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContext
 
getAccessToken() - Method in class org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContextWithRefreshState
 
getAuthorizationUrl() - Method in interface org.mule.runtime.oauth.api.AuthorizationCodeRequest
 
getClientId() - Method in interface org.mule.runtime.oauth.api.AuthorizationCodeRequest
 
getClientSecret() - Method in interface org.mule.runtime.oauth.api.AuthorizationCodeRequest
 
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.ClientCredentialsOAuthDancer
Retrieves the oauth context.
getContext() - Method in interface org.mule.runtime.oauth.api.PlatformManagedOAuthDancer
Retrieves the oauth context.
getContextForResourceOwner(String) - Method in interface org.mule.runtime.oauth.api.AuthorizationCodeOAuthDancer
Retrieves the oauth context for a particular user.
getDancerState() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
getDancerState() - Method in interface org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContext
 
getDancerState() - Method in class org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContextWithRefreshState
 
getDisplayName() - Method in interface org.mule.runtime.oauth.api.PlatformManagedConnectionDescriptor
 
getExpiresIn() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
getExpiresIn() - Method in interface org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContext
 
getExpiresIn() - Method in class org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContextWithRefreshState
 
getId() - Method in interface org.mule.runtime.oauth.api.PlatformManagedConnectionDescriptor
 
getParameter(String) - Method in interface org.mule.runtime.oauth.api.builder.AuthorizationCodeDanceCallbackContext
Allows access to an attribute of this context, as defined by the implementation.
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.
 
getRefreshOAuthContextLock(String, LockFactory) - Method in interface org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContext
Obtains a lock to avoid triggering a refresh of the context more than once simultaneously.
getRefreshOAuthContextLock(String, LockFactory) - Method in class org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContextWithRefreshState
 
getRefreshToken() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
getRefreshToken() - Method in interface org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContext
 
getRefreshToken() - Method in class org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContextWithRefreshState
 
getRefreshUserOAuthContextLock() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
getResourceOwnerId() - Method in interface org.mule.runtime.oauth.api.AuthorizationCodeRequest
 
getResourceOwnerId() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
getResourceOwnerId() - Method in interface org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContext
 
getResourceOwnerId() - Method in class org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContextWithRefreshState
 
getScopes() - Method in interface org.mule.runtime.oauth.api.AuthorizationCodeRequest
 
getState() - Method in interface org.mule.runtime.oauth.api.AuthorizationCodeRequest
 
getState() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
getState() - Method in interface org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContext
 
getState() - Method in class org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContextWithRefreshState
 
getTokenResponseParameters() - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
getTokenResponseParameters() - Method in interface org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContext
 
getTokenResponseParameters() - Method in class org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContextWithRefreshState
 
getTokenUrl() - Method in interface org.mule.runtime.oauth.api.AuthorizationCodeRequest
 
getUri() - Method in interface org.mule.runtime.oauth.api.PlatformManagedConnectionDescriptor
 

H

handleLocalAuthorizationRequest(HttpRequest, HttpResponseReadyCallback) - Method in interface org.mule.runtime.oauth.api.AuthorizationCodeOAuthDancer
Handles an http request that will redirect to the access page in authorizationUrl with the configured credentials.

I

invalidateContext(String) - Method in interface org.mule.runtime.oauth.api.AuthorizationCodeOAuthDancer
Clears the oauth context for a given user.
invalidateContext() - Method in interface org.mule.runtime.oauth.api.ClientCredentialsOAuthDancer
Clears the oauth context.
invalidateContext() - Method in interface org.mule.runtime.oauth.api.PlatformManagedOAuthDancer
Clears the oauth context.

L

localAuthorizationUrlPath(String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthAuthorizationCodeDancerBuilder
If this attribute is provided mule will automatically create and endpoint in the host server (the same configured for OAuthAuthorizationCodeDancerBuilder.localCallback(java.net.URL)) that the user can hit to authenticate and grant access to the application for his account.
localAuthorizationUrlResourceOwnerId(String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthAuthorizationCodeDancerBuilder
This attribute is only required when the applications needs to access resources from more than one user in the OAuth authentication server.
localCallback(URL) - Method in interface org.mule.runtime.oauth.api.builder.OAuthAuthorizationCodeDancerBuilder
The produced AuthorizationCodeOAuthDancer will create an HttpServer to listen on the provided localCallbackUrl.
localCallback(URL, TlsContextFactory) - Method in interface org.mule.runtime.oauth.api.builder.OAuthAuthorizationCodeDancerBuilder
The produced AuthorizationCodeOAuthDancer will create an HttpServer with the provided tlsContextFactory to listen on the provided localCallbackUrl.
localCallback(HttpServer, String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthAuthorizationCodeDancerBuilder
The produced AuthorizationCodeOAuthDancer will use an existing HttpServer to listen on the provided localCallbackConfigPath.

N

name(String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthDancerBuilder
 
NO_AUTHORIZATION_CODE_STATUS - Static variable in class org.mule.runtime.oauth.api.OAuthAuthorizationStatusCode
 

O

OAuthAuthorizationCodeDancerBuilder - Interface in org.mule.runtime.oauth.api.builder
Builder that allows to configure the attributes for the authorization code grant type.
OAuthAuthorizationStatusCode - Class in org.mule.runtime.oauth.api
General purpose OAuth constants
OAuthClientCredentialsDancerBuilder - Interface in org.mule.runtime.oauth.api.builder
Builder that allows to configure the attributes for the client credentials grant type.
OAuthDancerBuilder<D> - Interface in org.mule.runtime.oauth.api.builder
Builder that allows to configure the common attributes for any grant type.
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
OAuthStateListener - Interface in org.mule.runtime.oauth.api.listener
Allows to get notified about events related to the state of an OAuth authorization
onAccessToken(ResourceOwnerOAuthContext) - Method in interface org.mule.runtime.oauth.api.listener.PlatformManagedOAuthStateListener
Invoked each time an access token has been obtained from the platform
onAuthorizationCompleted(ResourceOwnerOAuthContext) - Method in interface org.mule.runtime.oauth.api.listener.AuthorizationCodeListener
Invoked when an authorization dance has been completed.
onTokenInvalidated() - Method in interface org.mule.runtime.oauth.api.listener.OAuthStateListener
Invoked when a tokens gets invalidated by a Mule application.
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.AuthorizationCodeListener
Invoked each time a refresh token operation has been completed successfully
onTokenRefreshed(ResourceOwnerOAuthContext) - Method in interface org.mule.runtime.oauth.api.listener.ClientCredentialsListener
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.exception - package org.mule.runtime.oauth.api.exception
 
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(String) - Method in interface org.mule.runtime.oauth.api.AuthorizationCodeOAuthDancer
Performs the refresh of the access token.
refreshToken(String, boolean) - Method in interface org.mule.runtime.oauth.api.AuthorizationCodeOAuthDancer
Performs the refresh of the access token.
refreshToken() - Method in interface org.mule.runtime.oauth.api.ClientCredentialsOAuthDancer
Performs the refresh of the access token.
refreshToken() - Method in interface org.mule.runtime.oauth.api.PlatformManagedOAuthDancer
Performs the refresh of the access token.
removeListener(AuthorizationCodeListener) - Method in interface org.mule.runtime.oauth.api.AuthorizationCodeOAuthDancer
Deprecated.
since 4.3.1
removeListener(String, AuthorizationCodeListener) - Method in interface org.mule.runtime.oauth.api.AuthorizationCodeOAuthDancer
Removes the listener.
removeListener(ClientCredentialsListener) - Method in interface org.mule.runtime.oauth.api.ClientCredentialsOAuthDancer
Removes the listener.
removeListener(PlatformManagedOAuthStateListener) - Method in interface org.mule.runtime.oauth.api.PlatformManagedOAuthDancer
Removes the listener.
RequestAuthenticationException - Exception in org.mule.runtime.oauth.api.exception
Exception throw when it's not possible to create the authentication request for a given request.
RequestAuthenticationException(I18nMessage) - Constructor for exception org.mule.runtime.oauth.api.exception.RequestAuthenticationException
 
resourceOwnerIdTransformer(Function<String, String>) - Method in interface org.mule.runtime.oauth.api.builder.OAuthDancerBuilder
Allows to partition a tokensStore and reuse it among different dancers, as long as each dancer has its own proper resourceOwnerIdStoreTransformer and ensures there can be no collissions between the transformed respurceOwnerIds for different dancers.
ResourceOwnerOAuthContext - Interface in org.mule.runtime.oauth.api.state
OAuth state for a particular resource owner, which typically represents an user.
ResourceOwnerOAuthContextWithRefreshState - Class in org.mule.runtime.oauth.api.state
OAuth state for a particular resource owner which typically represents an user.
ResourceOwnerOAuthContextWithRefreshState(String) - Constructor for class org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContextWithRefreshState
 
ResourceOwnerOAuthContextWithRefreshState(ResourceOwnerOAuthContext) - Constructor for class org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContextWithRefreshState
Since the runtime can be upgraded when there are already contexts stored, previous versions must be migrated to the new one.
responseAccessTokenExpr(String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthDancerBuilder
 
responseExpiresInExpr(String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthDancerBuilder
 
responseRefreshTokenExpr(String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthDancerBuilder
 

S

scopes(String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthDancerBuilder
Scopes define permissions over resources.
setAccessToken(String) - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
setAccessToken(String) - Method in class org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContextWithRefreshState
 
setDancerState(DancerState) - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
setDancerState(DancerState) - Method in interface org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContext
Updates the state of the dancer for this context.
setDancerState(DancerState) - Method in class org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContextWithRefreshState
 
setExpiresIn(String) - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
setExpiresIn(String) - Method in class org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContextWithRefreshState
 
setRefreshToken(String) - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
setRefreshToken(String) - Method in class org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContextWithRefreshState
 
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.
 
setState(String) - Method in class org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContextWithRefreshState
 
setTokenResponseParameters(Map<String, Object>) - Method in class org.mule.runtime.oauth.api.state.DefaultResourceOwnerOAuthContext
Deprecated.
 
setTokenResponseParameters(Map<String, Object>) - Method in class org.mule.runtime.oauth.api.state.ResourceOwnerOAuthContextWithRefreshState
 
state(String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthAuthorizationCodeDancerBuilder
Mule will add some internal stuff to the state that is sent to the Authorization server.

T

TOKEN_NOT_FOUND_STATUS - Static variable in class org.mule.runtime.oauth.api.OAuthAuthorizationStatusCode
 
TOKEN_URL_CALL_FAILED_STATUS - Static variable in class org.mule.runtime.oauth.api.OAuthAuthorizationStatusCode
 
TokenNotFoundException - Exception in org.mule.runtime.oauth.api.exception
It was not possible to retrieve the access token or the refresh token from the token URL response
TokenNotFoundException(String, HttpResponse, String) - Constructor for exception org.mule.runtime.oauth.api.exception.TokenNotFoundException
 
tokenUrl(String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthDancerBuilder
Mule, after receiving the authentication code from the OAuth server (through the redirectUrl) will call this url to get the access token.
tokenUrl(HttpClient, String) - Method in interface org.mule.runtime.oauth.api.builder.OAuthDancerBuilder
Mule, after receiving the authentication code from the OAuth server (through the redirectUrl) will call this url to get the access token.
tokenUrl(String, TlsContextFactory) - Method in interface org.mule.runtime.oauth.api.builder.OAuthDancerBuilder
Mule, after receiving the authentication code from the OAuth server (through the redirectUrl) will call this url to get the access token.
tokenUrl(String, ProxyConfig) - Method in interface org.mule.runtime.oauth.api.builder.OAuthDancerBuilder
Mule, after receiving the authentication code from the OAuth server (through the redirectUrl) will call this url to get the access token.
tokenUrl(String, TlsContextFactory, ProxyConfig) - Method in interface org.mule.runtime.oauth.api.builder.OAuthDancerBuilder
Mule, after receiving the authentication code from the OAuth server (through the redirectUrl) will call this url to get the access token.
TokenUrlResponseException - Exception in org.mule.runtime.oauth.api.exception
There was a problem with the call to the tokenUrl.
TokenUrlResponseException(String, HttpResponse, String) - Constructor for exception org.mule.runtime.oauth.api.exception.TokenUrlResponseException
 
TokenUrlResponseException(String, Exception) - Constructor for exception org.mule.runtime.oauth.api.exception.TokenUrlResponseException
 

V

valueOf(String) - Static method in enum org.mule.runtime.oauth.api.builder.ClientCredentialsLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.runtime.oauth.api.state.DancerState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.runtime.oauth.api.builder.ClientCredentialsLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.runtime.oauth.api.state.DancerState
Returns an array containing the constants of this enum type, in the order they are declared.

W

withClientCredentialsIn(ClientCredentialsLocation) - Method in interface org.mule.runtime.oauth.api.builder.OAuthDancerBuilder
Define where the client credentials will be sent in the HTTP requests for the OAuth2 Dance.
A B C D E G H I L N O P R S T V W 
Skip navigation links

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