Class TestOAuthDancer
java.lang.Object
org.mule.runtime.oauth.internal.AbstractOAuthDancer<org.mule.runtime.oauth.internal.config.OAuthDancerConfig>
org.mule.test.oauth.client.deprecated.TestOAuthDancer
- All Implemented Interfaces:
org.mule.runtime.api.lifecycle.Startable,org.mule.runtime.api.lifecycle.Stoppable
public class TestOAuthDancer
extends org.mule.runtime.oauth.internal.AbstractOAuthDancer<org.mule.runtime.oauth.internal.config.OAuthDancerConfig>
A dummy dancer that will actually do nothing.
We just want to call the refresh token logic from the base class to spot interoperability issues between classes from different ClassLoaders.
-
Field Summary
Fields inherited from class org.mule.runtime.oauth.internal.AbstractOAuthDancer
config, TOKEN_REQUEST_TIMEOUT_MILLISFields inherited from interface org.mule.runtime.api.lifecycle.Startable
PHASE_NAMEFields inherited from interface org.mule.runtime.api.lifecycle.Stoppable
PHASE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTestOAuthDancer(org.mule.runtime.oauth.internal.config.OAuthDancerConfig config) -
Method Summary
Methods inherited from class org.mule.runtime.oauth.internal.AbstractOAuthDancer
doAddListener, doRefreshToken, doRefreshTokenRequest, doRemoveListener, getContextForResourceOwner, getLockProvider, handleClientCredentials, invalidateContext, invokeTokenUrl, onEachListener, parseTokenResponse, resolveExpression, resolveExpression, startHttpClient, stop, stopHttpClient, tokenUrlExceptionHandler, updateOAuthContextAfterTokenResponse, updateResourceOwnerOAuthContext
-
Constructor Details
-
TestOAuthDancer
protected TestOAuthDancer(org.mule.runtime.oauth.internal.config.OAuthDancerConfig config)
-
-
Method Details
-
start
public void start() throws org.mule.runtime.api.exception.MuleException- Specified by:
startin interfaceorg.mule.runtime.api.lifecycle.Startable- Overrides:
startin classorg.mule.runtime.oauth.internal.AbstractOAuthDancer<org.mule.runtime.oauth.internal.config.OAuthDancerConfig>- Throws:
org.mule.runtime.api.exception.MuleException
-