@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 theConsumerobject under construction to be set and construction of the finalConsumerinstance.PersistentServiceProviderConsumerStore AServiceProviderConsumerStoreimplementation that persists theconsumersto an XML file -
Enum Summary Enum Description Consumer.SignatureMethod The ways in which consumers can sign requests, as per