@Extension(name="OAuth") @Import(type=org.mule.extension.http.api.request.authentication.HttpAuthentication.class, from="HTTP") @Operations(value=OAuthOperations.class) @SubTypeMapping(baseType=org.mule.extension.http.api.request.authentication.HttpAuthentication.class, subTypes={DefaultAuthorizationCodeGrantType.class,ClientCredentialsGrantType.class}) @ErrorTypes(value=OAuthErrors.class) @Xml(namespace="oauth") @Export(classes={TokenManagerConfig.class,ResourceOwnerOAuthContext.class,TokenNotFoundException.class}) public class OAuthExtension extends Object
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.