Uses of Interface
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderTokenStore
-
Packages that use ServiceProviderTokenStore Package Description com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.auth Add package level annotations to indicate everything is non-null by default.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.com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer Add package level annotations to indicate everything is non-null by default. -
-
Uses of ServiceProviderTokenStore in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.auth
Constructors in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.auth with parameters of type ServiceProviderTokenStore Constructor Description OAuth1aRequestFilter(ServiceProviderConsumerStore consumerStore, ServiceProviderTokenStore tokenStore, net.oauth.OAuthValidator validator, Clock clock, TrustedUnderlyingSystemAuthorizerFilter authorizerFilter, SecurityModeChecker securityChecker)
-
Uses of ServiceProviderTokenStore 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 ServiceProviderTokenStore 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 ServiceProviderTokenStore in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token
Classes in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token that implement ServiceProviderTokenStore Modifier and Type Class Description class
PersistentServiceProviderTokenStore
AServiceProviderTokenStore
implementation that persists thetokens
to an XML file -
Uses of ServiceProviderTokenStore in com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer
Constructors in com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.consumer with parameters of type ServiceProviderTokenStore Constructor Description OAuthConsumerUpdateAction(String consumerKey, ServiceProviderConsumerStore consumerStore, ServiceProviderTokenStore tokenStore)
-