Uses of Class
org.glassfish.jersey.client.oauth1.ConsumerCredentials
-
Packages that use ConsumerCredentials Package Description org.glassfish.jersey.client.oauth1 Jersey OAuth 1 Client API. -
-
Uses of ConsumerCredentials in org.glassfish.jersey.client.oauth1
Fields in org.glassfish.jersey.client.oauth1 declared as ConsumerCredentials Modifier and Type Field Description private ConsumerCredentials
OAuth1BuilderImpl. consumerCredentials
Methods in org.glassfish.jersey.client.oauth1 with parameters of type ConsumerCredentials Modifier and Type Method Description static OAuth1Builder
OAuth1ClientSupport. builder(ConsumerCredentials consumerCredentials)
Get a new builder of OAuth1 client support.Constructors in org.glassfish.jersey.client.oauth1 with parameters of type ConsumerCredentials Constructor Description OAuth1BuilderImpl(ConsumerCredentials consumerCredentials)
Create a new builder instance.OAuth1BuilderImpl(OAuth1Parameters params, OAuth1Secrets secrets, ConsumerCredentials consumerCredentials)
-