fetchAccessTokenMessageProcessor.setRedirectUri(this.oauthCallback.getUrl());
}
protected void notifyAuthorizeStart(MuleEvent event)
{
muleContext.fireNotification(new OAuthAuthorizeNotification(event,
OAuthAuthorizeNotification.OAUTH_AUTHORIZATION_BEGIN));
}