@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault
See: Description
Interface | Description |
---|---|
ServiceProviderConsumerStore |
Provides persistent storage for OAuth consumers.
|
Class | Description |
---|---|
Consumer |
Immutable representation of an OAuth consumer.
|
Consumer.Builder |
Builder allowing the optional attributes of the
Consumer object under construction to be set and
construction of the final Consumer instance. |
PersistentServiceProviderConsumerStore |
A
ServiceProviderConsumerStore implementation that persists the consumers to an XML file |
Enum | Description |
---|---|
Consumer.SignatureMethod |
The ways in which consumers can sign requests, as per
|
Copyright © 2016–2022. All rights reserved.