Access protected resources

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2991

This topic has not yet been written. The content below is from the topic description.
37.1.2. Accessing protected resources After successfully receiving the Access Token and Token Secret, the Consumer is able to access the Protected Resources on behalf of the User. RESTEasy supports OAuth authentication for protected resources using a servlet filter wich should be mapped in your web.xml for all protected resources: OAuth Filter org.jboss.RESTEasy.auth.oauth.OAuthFilter OAuth Filter /rest/*