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 ConsumerCredentialsOAuth1BuilderImpl.consumerCredentialsMethods in org.glassfish.jersey.client.oauth1 with parameters of type ConsumerCredentialsModifier and TypeMethodDescriptionstatic OAuth1BuilderOAuth1ClientSupport.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.privateOAuth1BuilderImpl(OAuth1Parameters params, OAuth1Secrets secrets, ConsumerCredentials consumerCredentials)