Uses of Interface
com.sun.jersey.oauth.server.spi.OAuthConsumer

Packages that use OAuthConsumer
com.sun.jersey.oauth.server.api.providers   
com.sun.jersey.oauth.server.spi   
 

Uses of OAuthConsumer in com.sun.jersey.oauth.server.api.providers
 

Classes in com.sun.jersey.oauth.server.api.providers that implement OAuthConsumer
static class DefaultOAuthProvider.Consumer
          Simple read-only implementation of OAuthConsumer.
 

Methods in com.sun.jersey.oauth.server.api.providers that return OAuthConsumer
 OAuthConsumer DefaultOAuthProvider.Token.getConsumer()
           
 

Uses of OAuthConsumer in com.sun.jersey.oauth.server.spi
 

Methods in com.sun.jersey.oauth.server.spi that return OAuthConsumer
 OAuthConsumer OAuthToken.getConsumer()
          Returns consumer this token was issued for.
 OAuthConsumer OAuthProvider.getConsumer(String consumerKey)
          Gets consumer corresponding to a given consumer key.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.