Uses of Class
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer.Consumer
-
Packages that use Consumer Package Description com.atlassian.bitbucket.jenkins.internal.applink.oauth Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer Add package level annotations to indicate everything is non-null by default. -
-
Uses of Consumer in com.atlassian.bitbucket.jenkins.internal.applink.oauth
Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth that return Consumer Modifier and Type Method Description Consumer
Token. getConsumer()
Returns theConsumer
that owns this token.Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth with parameters of type Consumer Modifier and Type Method Description B
Token.TokenBuilder. consumer(Consumer consumer)
Sets theconsumer
attribute of the requestToken
object under construction and returns the next builder in the chain, which allows optional attributes to be set and the final requestToken
instance to be constructed.static net.oauth.OAuthConsumer
OAuthConverter. toOAuthConsumer(Consumer consumer)
Converts ourconsumer
to OAuthConsumer -
Uses of Consumer in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer
Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer that return Consumer Modifier and Type Method Description Consumer
Consumer.Builder. build()
Constructs and returns the finalConsumer
instance.Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer that return types with arguments of type Consumer Modifier and Type Method Description Optional<Consumer>
PersistentServiceProviderConsumerStore. get(String key)
Optional<Consumer>
ServiceProviderConsumerStore. get(String key)
Iterable<Consumer>
PersistentServiceProviderConsumerStore. getAll()
Iterable<Consumer>
ServiceProviderConsumerStore. getAll()
Retrieve all theconsumers
from the store.protected Class<Consumer>
PersistentServiceProviderConsumerStore. getEntityClass()
Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer with parameters of type Consumer Modifier and Type Method Description void
PersistentServiceProviderConsumerStore. add(Consumer consumer)
void
ServiceProviderConsumerStore. add(Consumer consumer)
Add the consumer to the store.void
PersistentServiceProviderConsumerStore. update(Consumer consumer)
void
ServiceProviderConsumerStore. update(Consumer consumer)
Updates an existing consumer. -
Uses of Consumer in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token
Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token that return Consumer Modifier and Type Method Description Consumer
ServiceProviderTokenFactoryImpl.RequestTokenGenerationRequest. getConsumer()
Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token with parameters of type Consumer Modifier and Type Method Description ServiceProviderToken
ServiceProviderTokenFactory. generateRequestToken(Consumer consumer)
Generate an unauthorized request token.ServiceProviderToken
ServiceProviderTokenFactory. generateRequestToken(Consumer consumer, URI callback)
Generate an unauthorized request token.ServiceProviderToken
ServiceProviderTokenFactoryImpl. generateRequestToken(Consumer consumer)
ServiceProviderToken
ServiceProviderTokenFactoryImpl. generateRequestToken(Consumer consumer, URI callback)
Constructors in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token with parameters of type Consumer Constructor Description Builder(Consumer consumer)
-
Uses of Consumer in com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer
Methods in com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer that return Consumer Modifier and Type Method Description Consumer
OAuthConsumerEntry.OAuthConsumerEntryDescriptor. getConsumerFromSubmittedForm(org.kohsuke.stapler.StaplerRequest request)
Methods in com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer with parameters of type Consumer Modifier and Type Method Description static OAuthConsumerEntry
OAuthConsumerEntry. getOAuthConsumerForUpdate(Consumer consumer)
Constructors in com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer with parameters of type Consumer Constructor Description OAuthConsumerEntry(Consumer consumer, boolean isUpdate)
-