Uses of Interface
org.glassfish.jersey.server.oauth1.OAuth1Consumer

Packages that use OAuth1Consumer
org.glassfish.jersey.server.oauth1 Jersey OAuth 1 Server API. 
 

Uses of OAuth1Consumer in org.glassfish.jersey.server.oauth1
 

Classes in org.glassfish.jersey.server.oauth1 that implement OAuth1Consumer
static class DefaultOAuth1Provider.Consumer
          Simple read-only implementation of OAuth1Consumer.
 

Methods in org.glassfish.jersey.server.oauth1 that return OAuth1Consumer
 OAuth1Consumer OAuth1Token.getConsumer()
          Returns consumer this token was issued for.
 OAuth1Consumer DefaultOAuth1Provider.Token.getConsumer()
           
 OAuth1Consumer OAuth1Provider.getConsumer(String consumerKey)
          Gets consumer corresponding to a given consumer key.
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.