Consumer.Builder |
Consumer.Builder.callback(URI callback) |
Sets the default callback URL used after a request token has been authorized and returns
this builder to allow other attributes to be set
|
Consumer.Builder |
Consumer.Builder.consumerSecret(String secret) |
Sets the consumer secret which is used in HMAC_SHA1 signature method and possibly other symmetric crypto methods.
|
Consumer.Builder |
Consumer.Builder.description(String description) |
Sets the description of the consumer as it would be displayed to the user and returns
this builder to allow other attributes to be set
|
static Consumer.Builder |
Consumer.key(String key) |
Static factory method that starts the process of building a Consumer instance.
|
Consumer.Builder |
Consumer.Builder.name(String name) |
Sets the name attribute of the Consumer object under construction and returns this
builder to allow other attributes to be set
|
Consumer.Builder |
Consumer.Builder.publicKey(PublicKey publicKey) |
Sets the publicKey attribute of the Consumer object under construction and returns
this builder to allow other attributes to be set
|
Consumer.Builder |
Consumer.Builder.signatureMethod(Consumer.SignatureMethod signatureMethod) |
Sets the signatureMethod attribute of the Consumer object under construction and returns
this builder to allow other attributes to be set
|