| Package | Description |
|---|---|
| org.mule.runtime.oauth.api | |
| org.mule.runtime.oauth.api.builder |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationCodeOAuthDancer.addListener(AuthorizationCodeListener listener)
Deprecated.
since 4.3.1
|
default void |
AuthorizationCodeOAuthDancer.addListener(String resourceOwnerId,
AuthorizationCodeListener listener)
Adds the
listener. |
void |
AuthorizationCodeOAuthDancer.removeListener(AuthorizationCodeListener listener)
Deprecated.
since 4.3.1
|
default void |
AuthorizationCodeOAuthDancer.removeListener(String resourceOwnerId,
AuthorizationCodeListener listener)
Removes the
listener. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthorizationCodeListener
Deprecated.
since 4.2.2. Use
AuthorizationCodeListener instead |
| Modifier and Type | Method and Description |
|---|---|
OAuthAuthorizationCodeDancerBuilder |
OAuthAuthorizationCodeDancerBuilder.addListener(AuthorizationCodeListener listener)
Adds the provided
listener |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.