Uses of Interface
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderTokenFactory
-
Packages that use ServiceProviderTokenFactory Package Description com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.rest 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. -
-
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 ServiceProviderTokenFactory Constructor Description AccessTokenRestEndpoint(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 ServiceProviderTokenFactory Modifier and Type Class Description class
ServiceProviderTokenFactoryImpl
Implementation ofServiceProviderTokenFactory
that usesrandomly generated values
to generate request and access tokens.
-