| Package | Description |
|---|---|
| org.mule.module.oauth2.internal.authorizationcode | |
| org.mule.module.oauth2.internal.authorizationcode.state |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractAuthorizationCodeTokenRequestHandler.doRefreshToken(MuleEvent currentEvent,
ResourceOwnerOAuthContext resourceOwnerOAuthContext)
ThreadSafe refresh token operation to be implemented by subclasses
|
void |
AutoAuthorizationCodeTokenRequestHandler.doRefreshToken(MuleEvent currentEvent,
ResourceOwnerOAuthContext resourceOwnerOAuthContext)
Executes a refresh token for a particular user.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceOwnerOAuthContext |
ConfigOAuthContext.getContextForResourceOwner(String resourceOwnerId)
Retrieves the oauth context for a particular user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigOAuthContext.updateResourceOwnerOAuthContext(ResourceOwnerOAuthContext resourceOwnerOAuthContext)
Updates the resource owner oauth context information
|
| Constructor and Description |
|---|
ConfigOAuthContext(LockFactory lockFactory,
ListableObjectStore<ResourceOwnerOAuthContext> objectStore,
String configName) |
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.