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 class
DefaultOAuth1Provider.Consumer
Simple read-only implementation ofOAuth1Consumer
.Fields in org.glassfish.jersey.server.oauth1 declared as OAuth1Consumer Modifier and Type Field Description private OAuth1Consumer
OAuth1SecurityContext. consumer
Methods in org.glassfish.jersey.server.oauth1 that return OAuth1Consumer Modifier and Type Method Description OAuth1Consumer
DefaultOAuth1Provider.Token. getConsumer()
OAuth1Consumer
OAuth1Provider. getConsumer(java.lang.String consumerKey)
Gets consumer corresponding to a given consumer key.OAuth1Consumer
OAuth1Token. getConsumer()
Returns consumer this token was issued for.Constructors in org.glassfish.jersey.server.oauth1 with parameters of type OAuth1Consumer Constructor Description OAuth1SecurityContext(OAuth1Consumer consumer, boolean isSecure)
Create a new OAuth security context fromconsumer
.
-