Uses of Class
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer.Builder
Packages that use Consumer.Builder
Package
Description
Add package level annotations to indicate everything is non-null by default.
-
Uses of Consumer.Builder in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer
Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer that return Consumer.BuilderModifier and TypeMethodDescriptionSets the default callback URL used after a request token has been authorized and returnsthisbuilder to allow other attributes to be setConsumer.Builder.consumerSecret(String secret) Sets the consumer secret which is used in HMAC_SHA1 signature method and possibly other symmetric crypto methods.Consumer.Builder.description(String description) Sets the description of the consumer as it would be displayed to the user and returnsthisbuilder to allow other attributes to be setstatic Consumer.BuilderStatic factory method that starts the process of building aConsumerinstance.Sets thenameattribute of theConsumerobject under construction and returnsthisbuilder to allow other attributes to be setSets thepublicKeyattribute of theConsumerobject under construction and returnsthisbuilder to allow other attributes to be setConsumer.Builder.signatureMethod(Consumer.SignatureMethod signatureMethod) Sets thesignatureMethodattribute of theConsumerobject under construction and returnsthisbuilder to allow other attributes to be set