| Package | Description |
|---|---|
| org.mule.runtime.oauth.api.listener | |
| org.mule.runtime.oauth.internal | |
| org.mule.runtime.oauth.internal.config |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthorizationCodeListener
Allows to get notified about certain events related to an OAuth dance with Authorization Code grant type
|
interface |
ClientCredentialsListener
Allows to get notified about certain events related to an OAuth dance with Client Credentials grant type
|
| Modifier and Type | Method and Description |
|---|---|
protected List<? extends OAuthStateListener> |
DefaultAuthorizationCodeOAuthDancer.getListenersToNotifyInvalidation(ResourceOwnerOAuthContext resourceOwnerOAuthContext)
Retrieves all the listeners that should be notified of a token invalidation event, i.e.
|
protected List<? extends OAuthStateListener> |
AbstractOAuthDancer.getListenersToNotifyInvalidation(ResourceOwnerOAuthContext resourceOwnerOAuthContext)
Retrieves all the listeners that should be notified of a token invalidation event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractOAuthDancer.doAddListener(OAuthStateListener listener) |
protected void |
AbstractOAuthDancer.doRemoveListener(OAuthStateListener listener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractOAuthDancer.onEachListener(Consumer<OAuthStateListener> action) |
protected void |
AbstractOAuthDancer.onEachListener(List<? extends OAuthStateListener> listeners,
Consumer<OAuthStateListener> action) |
protected void |
AbstractOAuthDancer.onEachListener(List<? extends OAuthStateListener> listeners,
Consumer<OAuthStateListener> action) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends OAuthStateListener> |
OAuthDancerConfig.getListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthDancerConfig.setListeners(List<? extends OAuthStateListener> listeners) |
Copyright © 2024. All rights reserved.