Package net.oauth

Class ConsumerProperties


  • public class ConsumerProperties
    extends Object
    A pool of OAuthConsumers that are constructed from Properties. Each consumer has a name, which is a property of the OAuthConsumer. Other properties come from Properties whose names are prefixed with the consumer's name. For example, a consumer's credentials come from properties named [name].consumerKey and [name].consumerSecret.
    Author:
    John Kristian