Uses of Interface
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderTokenFactory
Packages that use ServiceProviderTokenFactory
Package
Description
Add package level annotations to indicate everything is non-null by default.
Add package level annotations to indicate everything is non-null by default.
-
Uses of ServiceProviderTokenFactory in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.rest
Constructors in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.rest with parameters of type ServiceProviderTokenFactoryModifierConstructorDescriptionAccessTokenRestEndpoint(net.oauth.OAuthValidator oAuthValidator, ServiceProviderTokenFactory tokenFactory, ServiceProviderTokenStore tokenStore, Clock clock) RequestTokenRestEndpoint(net.oauth.OAuthValidator oAuthValidator, ServiceProviderConsumerStore consumerStore, ServiceProviderTokenFactory tokenFactory, ServiceProviderTokenStore tokenStore) -
Uses of ServiceProviderTokenFactory in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token
Classes in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token that implement ServiceProviderTokenFactoryModifier and TypeClassDescriptionclassImplementation ofServiceProviderTokenFactorythat usesrandomly generated valuesto generate request and access tokens.