@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault
Package com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer
Add package level annotations to indicate everything is non-null by default.
-
Interface Summary Interface Description ServiceProviderConsumerStore Provides persistent storage for OAuth consumers. -
Class Summary Class Description Consumer Immutable representation of an OAuth consumer.Consumer.Builder Builder allowing the optional attributes of theConsumer
object under construction to be set and construction of the finalConsumer
instance.PersistentServiceProviderConsumerStore AServiceProviderConsumerStore
implementation that persists theconsumers
to an XML file -
Enum Summary Enum Description Consumer.SignatureMethod The ways in which consumers can sign requests, as per