Uses of Interface
org.glassfish.jersey.server.oauth1.OAuth1Consumer
Packages that use OAuth1Consumer
-
Uses of OAuth1Consumer in org.glassfish.jersey.server.oauth1
Classes in org.glassfish.jersey.server.oauth1 that implement OAuth1ConsumerFields in org.glassfish.jersey.server.oauth1 declared as OAuth1ConsumerMethods in org.glassfish.jersey.server.oauth1 that return OAuth1ConsumerModifier and TypeMethodDescriptionDefaultOAuth1Provider.Token.getConsumer()
OAuth1Provider.getConsumer
(String consumerKey) Gets consumer corresponding to a given consumer key.OAuth1Token.getConsumer()
Returns consumer this token was issued for.Constructors in org.glassfish.jersey.server.oauth1 with parameters of type OAuth1ConsumerModifierConstructorDescriptionOAuth1SecurityContext
(OAuth1Consumer consumer, boolean isSecure) Create a new OAuth security context fromconsumer
.