Uses of Interface
org.mule.oauth.client.api.listener.AuthorizationCodeListener
-
Packages that use AuthorizationCodeListener Package Description org.mule.oauth.client.api org.mule.oauth.client.api.builder -
-
Uses of AuthorizationCodeListener in org.mule.oauth.client.api
Methods in org.mule.oauth.client.api with parameters of type AuthorizationCodeListener Modifier and Type Method Description default voidAuthorizationCodeOAuthDancer. addListener(String resourceOwnerId, AuthorizationCodeListener listener)Adds thelistener.voidAuthorizationCodeOAuthDancer. addListener(AuthorizationCodeListener listener)Deprecated.since 1.1, 1.0.2.default voidAuthorizationCodeOAuthDancer. removeListener(String resourceOwnerId, AuthorizationCodeListener listener)Removes thelistener.voidAuthorizationCodeOAuthDancer. removeListener(AuthorizationCodeListener listener)Deprecated.since 1.1, 1.0.2. -
Uses of AuthorizationCodeListener in org.mule.oauth.client.api.builder
Methods in org.mule.oauth.client.api.builder with parameters of type AuthorizationCodeListener Modifier and Type Method Description OAuthAuthorizationCodeDancerBuilderOAuthAuthorizationCodeDancerBuilder. addListener(AuthorizationCodeListener listener)Adds the providedlistener
-