Package com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer
@ParametersAreNonnullByDefault
@ReturnValuesAreNonnullByDefault
package com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer
Add package level annotations to indicate everything is non-null by default.
-
ClassDescriptionImmutable representation of an OAuth consumer.Builder allowing the optional attributes of the
Consumerobject under construction to be set and construction of the finalConsumerinstance.The ways in which consumers can sign requests, as perAServiceProviderConsumerStoreimplementation that persists theconsumersto an XML fileProvides persistent storage for OAuth consumers.