Uses of Interface
org.glassfish.jersey.server.oauth1.OAuth1Consumer
-
Packages that use OAuth1Consumer Package Description 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 Modifier and Type Class Description static classDefaultOAuth1Provider.ConsumerSimple read-only implementation ofOAuth1Consumer.Methods in org.glassfish.jersey.server.oauth1 that return OAuth1Consumer Modifier and Type Method Description OAuth1ConsumerDefaultOAuth1Provider.Token. getConsumer()OAuth1ConsumerOAuth1Provider. getConsumer(String consumerKey)Gets consumer corresponding to a given consumer key.OAuth1ConsumerOAuth1Token. getConsumer()Returns consumer this token was issued for.
-