Uses of Class
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.AbstractPersistentStore
-
Packages that use AbstractPersistentStore Package Description 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. -
-
Uses of AbstractPersistentStore in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer
Subclasses of AbstractPersistentStore in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.consumer Modifier and Type Class Description class
PersistentServiceProviderConsumerStore
AServiceProviderConsumerStore
implementation that persists theconsumers
to an XML file -
Uses of AbstractPersistentStore in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token
Subclasses of AbstractPersistentStore in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token Modifier and Type Class Description class
PersistentServiceProviderTokenStore
AServiceProviderTokenStore
implementation that persists thetokens
to an XML file
-