Uses of Interface
org.mule.oauth.client.api.state.ResourceOwnerOAuthContext
-
Packages that use ResourceOwnerOAuthContext Package Description org.mule.oauth.client.api org.mule.oauth.client.api.builder org.mule.oauth.client.api.listener org.mule.oauth.client.api.state -
-
Uses of ResourceOwnerOAuthContext in org.mule.oauth.client.api
Methods in org.mule.oauth.client.api that return ResourceOwnerOAuthContext Modifier and Type Method Description ResourceOwnerOAuthContextClientCredentialsOAuthDancer. getContext()Retrieves the oauth context.ResourceOwnerOAuthContextAuthorizationCodeOAuthDancer. getContextForResourceOwner(String resourceOwnerId)Retrieves the oauth context for a particular user. -
Uses of ResourceOwnerOAuthContext in org.mule.oauth.client.api.builder
Method parameters in org.mule.oauth.client.api.builder with type arguments of type ResourceOwnerOAuthContext Modifier and Type Method Description OAuthAuthorizationCodeDancerBuilderOAuthAuthorizationCodeDancerBuilder. afterDanceCallback(BiConsumer<AuthorizationCodeDanceCallbackContext,ResourceOwnerOAuthContext> callback)Allows custom code to be run after doing the request to the providedtokenUrland processing its results. -
Uses of ResourceOwnerOAuthContext in org.mule.oauth.client.api.listener
Methods in org.mule.oauth.client.api.listener with parameters of type ResourceOwnerOAuthContext Modifier and Type Method Description default voidAuthorizationCodeListener. onAuthorizationCompleted(ResourceOwnerOAuthContext context)Invoked when an authorization dance has been completed.default voidAuthorizationCodeListener. onTokenRefreshed(ResourceOwnerOAuthContext context)Invoked each time a refresh token operation has been completed successfullydefault voidClientCredentialsListener. onTokenRefreshed(ResourceOwnerOAuthContext context)Invoked each time a refresh token operation has been completed successfully -
Uses of ResourceOwnerOAuthContext in org.mule.oauth.client.api.state
Classes in org.mule.oauth.client.api.state that implement ResourceOwnerOAuthContext Modifier and Type Class Description classResourceOwnerOAuthContextWithRefreshStateOAuth state for a particular resource owner which typically represents an user.Constructors in org.mule.oauth.client.api.state with parameters of type ResourceOwnerOAuthContext Constructor Description ResourceOwnerOAuthContextWithRefreshState(ResourceOwnerOAuthContext original)Since the runtime can be upgraded when there are already contexts stored, previous versions must be migrated to the new one.
-