Uses of Package
org.jboss.resteasy.auth.oauth

Packages that use org.jboss.resteasy.auth.oauth
org.jboss.resteasy.auth.oauth   
org.jboss.resteasy.test.smoke   
 

Classes in org.jboss.resteasy.auth.oauth used by org.jboss.resteasy.auth.oauth
OAuthConsumer
          Represents an OAuth Consumer.
OAuthConsumerRegistration
          Registration of OAuth consumers
OAuthException
          Use this exception to throw exceptions from your OAuthProvider to specify the HTTP status code
OAuthProvider
          Implement this interface to provide the RESTEasy servlets and filters with the knowledge to load and store OAuth Consumer, Request and Access Tokens.
OAuthRequestToken
          Represents either an OAuth Access or Request Token.
OAuthToken
          Represents either an OAuth Access or Request Token.
OAuthValidator
          OAuth Validator implementation to check OAuth Messages
 

Classes in org.jboss.resteasy.auth.oauth used by org.jboss.resteasy.test.smoke
OAuthConsumer
          Represents an OAuth Consumer.
OAuthConsumerRegistration
          Registration of OAuth consumers
OAuthFilter
          OAuth Servlet Filter that interprets OAuth Authentication messages to set the Principal and roles for protected resources.
OAuthMemoryProvider
          OAuthProvider that keeps all data in memory.
OAuthProvider
          Implement this interface to provide the RESTEasy servlets and filters with the knowledge to load and store OAuth Consumer, Request and Access Tokens.
OAuthToken
          Represents either an OAuth Access or Request Token.
 



Copyright © 2012. All Rights Reserved.