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.Fields in org.glassfish.jersey.server.oauth1 declared as OAuth1Consumer Modifier and Type Field Description private OAuth1ConsumerOAuth1SecurityContext. consumerMethods in org.glassfish.jersey.server.oauth1 that return OAuth1Consumer Modifier and Type Method Description OAuth1ConsumerDefaultOAuth1Provider.Token. getConsumer()OAuth1ConsumerOAuth1Provider. getConsumer(java.lang.String consumerKey)Gets consumer corresponding to a given consumer key.OAuth1ConsumerOAuth1Token. 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.
-