org.mule.api.annotations.oauth
Annotation Type OAuthProtected


@Target(value=METHOD)
@Retention(value=SOURCE)
@Documented
public @interface OAuthProtected

This annotation marks a method inside a Connector as requiring an OAuth access token. Such a method will fail to execute while the connector is not authorized. Therefore, forcing the OAuth dance to happen first.



Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.