Interface | Description |
---|---|
OAuth1Adapter | |
OAuth1Connector | |
OAuth1Manager | |
OAuth2Adapter | |
OAuth2Connector | |
OAuth2Manager<C extends OAuth2Adapter> |
Wrapper around
org.mule.api.annotations.oauth.OAuth2 annotated class that
will infuse it with access token management capabilities. |
OAuthAdapter | |
OAuthProperties |
OAuthProperties is a set of constants pertaining to OAuth properties. |
OnNoTokenPolicyAware | |
RefreshTokenManager |
Class | Description |
---|---|
BaseOAuth1Manager | |
BaseOAuth2Manager<C extends OAuth2Adapter> | |
BaseOAuthClientFactory | |
DefaultHttpCallback |
Default implementation of
HttpCallback . |
DefaultRefreshTokenManager |
Implementation of
RefreshTokenManager that guarantees that no refresh
token is used more than once. |
Enum | Description |
---|---|
OnNoTokenPolicy |
This enum specifies the behavior to take when an OAuth protected operation is
executed before the authorization is performed
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.