| Package | Description |
|---|---|
| org.mule.runtime.oauth.api | |
| org.mule.runtime.oauth.api.builder | |
| org.mule.runtime.oauth.api.state |
| Modifier and Type | Method and Description |
|---|---|
ResourceOwnerOAuthContext |
ClientCredentialsOAuthDancer.getContext()
Retrieves the oauth context.
|
ResourceOwnerOAuthContext |
AuthorizationCodeOAuthDancer.getContextForResourceOwner(String resourceOwnerId)
Retrieves the oauth context for a particular user.
|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultResourceOwnerOAuthContext
OAuth state for a particular resource owner which typically represents an user.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.