Package | Description |
---|---|
net.oauth |
Fundamental classes and algorithms for implementing OAuth.
|
Modifier and Type | Field and Description |
---|---|
OAuthConsumer |
OAuthAccessor.consumer |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,OAuthConsumer> |
ConsumerProperties.pool |
Modifier and Type | Method and Description |
---|---|
OAuthConsumer |
ConsumerProperties.getConsumer(java.lang.String name)
Get the consumer with the given name.
|
protected OAuthConsumer |
ConsumerProperties.newConsumer(java.lang.String name) |
Constructor and Description |
---|
OAuthAccessor(OAuthConsumer consumer) |