| Package | Description |
|---|---|
| org.mule.runtime.oauth.api.builder | |
| org.mule.runtime.oauth.internal.builder | |
| org.mule.runtime.oauth.internal.config |
| Modifier and Type | Method and Description |
|---|---|
OAuthAuthorizationCodeDancerBuilder |
OAuthAuthorizationCodeDancerBuilder.afterDanceCallback(BiConsumer<AuthorizationCodeDanceCallbackContext,ResourceOwnerOAuthContext> callback)
Allows custom code to be run after doing the request to the provided
tokenUrl and processing its results. |
OAuthAuthorizationCodeDancerBuilder |
OAuthAuthorizationCodeDancerBuilder.beforeDanceCallback(Function<AuthorizationCodeRequest,AuthorizationCodeDanceCallbackContext> callback)
Allows custom code to be run just before doing the request to the provided
tokenUrl. |
| Modifier and Type | Method and Description |
|---|---|
OAuthAuthorizationCodeDancerBuilder |
DefaultOAuthAuthorizationCodeDancerBuilder.afterDanceCallback(BiConsumer<AuthorizationCodeDanceCallbackContext,ResourceOwnerOAuthContext> afterDanceCallback) |
OAuthAuthorizationCodeDancerBuilder |
DefaultOAuthAuthorizationCodeDancerBuilder.beforeDanceCallback(Function<AuthorizationCodeRequest,AuthorizationCodeDanceCallbackContext> beforeDanceCallback) |
| Modifier and Type | Method and Description |
|---|---|
BiConsumer<AuthorizationCodeDanceCallbackContext,ResourceOwnerOAuthContext> |
DefaultAuthorizationCodeOAuthDancerConfig.getAfterDanceCallback() |
Function<AuthorizationCodeRequest,AuthorizationCodeDanceCallbackContext> |
DefaultAuthorizationCodeOAuthDancerConfig.getBeforeDanceCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAuthorizationCodeOAuthDancerConfig.setAfterDanceCallback(BiConsumer<AuthorizationCodeDanceCallbackContext,ResourceOwnerOAuthContext> afterDanceCallback) |
void |
DefaultAuthorizationCodeOAuthDancerConfig.setBeforeDanceCallback(Function<AuthorizationCodeRequest,AuthorizationCodeDanceCallbackContext> beforeDanceCallback) |
Copyright © 2022. All rights reserved.