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.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTestOAuthDancer(org.mule.runtime.oauth.internal.config.OAuthDancerConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart()-
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
-
-
-
-
Method Detail
-
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
-
-