| Package | Description |
|---|---|
| org.mule.runtime.oauth.api | |
| org.mule.runtime.oauth.api.builder | |
| org.mule.runtime.oauth.internal | |
| org.mule.runtime.oauth.internal.builder |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationCodeOAuthDancer.addListener(AuthorizationCodeListener listener)
Deprecated.
since 1.1, 1.0.2. Use
AuthorizationCodeOAuthDancer.addListener(String, AuthorizationCodeListener) instead to properly handle the
events corresponding to a resource owner |
default void |
AuthorizationCodeOAuthDancer.addListener(String resourceOwnerId,
AuthorizationCodeListener listener)
Adds the
listener. |
void |
AuthorizationCodeOAuthDancer.removeListener(AuthorizationCodeListener listener)
Deprecated.
since 1.1, 1.0.2. Use
AuthorizationCodeOAuthDancer.addListener(String, AuthorizationCodeListener) instead |
default void |
AuthorizationCodeOAuthDancer.removeListener(String resourceOwnerId,
AuthorizationCodeListener listener)
Removes the
listener. |
| Modifier and Type | Method and Description |
|---|---|
OAuthAuthorizationCodeDancerBuilder |
OAuthAuthorizationCodeDancerBuilder.addListener(AuthorizationCodeListener listener)
Adds the provided
listener |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAuthorizationCodeOAuthDancer.addListener(AuthorizationCodeListener listener) |
void |
DefaultAuthorizationCodeOAuthDancer.addListener(String resourceOwnerId,
AuthorizationCodeListener listener) |
void |
DefaultAuthorizationCodeOAuthDancer.removeListener(AuthorizationCodeListener listener) |
void |
DefaultAuthorizationCodeOAuthDancer.removeListener(String resourceOwnerId,
AuthorizationCodeListener listener) |
| Modifier and Type | Method and Description |
|---|---|
OAuthAuthorizationCodeDancerBuilder |
DefaultOAuthAuthorizationCodeDancerBuilder.addListener(AuthorizationCodeListener listener) |
Copyright © 2024. All rights reserved.