Uses of Class
org.glassfish.jersey.client.oauth1.ConsumerCredentials
Packages that use ConsumerCredentials
-
Uses of ConsumerCredentials in org.glassfish.jersey.client.oauth1
Fields in org.glassfish.jersey.client.oauth1 declared as ConsumerCredentialsModifier and TypeFieldDescriptionprivate ConsumerCredentials
OAuth1BuilderImpl.consumerCredentials
Methods in org.glassfish.jersey.client.oauth1 with parameters of type ConsumerCredentialsModifier and TypeMethodDescriptionstatic OAuth1Builder
OAuth1ClientSupport.builder
(ConsumerCredentials consumerCredentials) Get a new builder of OAuth1 client support.Constructors in org.glassfish.jersey.client.oauth1 with parameters of type ConsumerCredentialsModifierConstructorDescription(package private)
OAuth1BuilderImpl
(ConsumerCredentials consumerCredentials) Create a new builder instance.private
OAuth1BuilderImpl
(OAuth1Parameters params, OAuth1Secrets secrets, ConsumerCredentials consumerCredentials)