Uses of Class
com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token.ServiceProviderToken
Packages that use ServiceProviderToken
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.
Add package level annotations to indicate everything is non-null by default.
-
Uses of ServiceProviderToken in com.atlassian.bitbucket.jenkins.internal.applink.oauth
Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth with parameters of type ServiceProviderTokenModifier and TypeMethodDescriptionstatic net.oauth.OAuthAccessorOAuthConverter.createOAuthAccessor(ServiceProviderToken token) Creates an OAuth Accessor based on input token -
Uses of ServiceProviderToken in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token
Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token that return ServiceProviderTokenModifier and TypeMethodDescriptionIf this is an unauthorized request token, this method will return a request token that has been authorized by theuser.ServiceProviderToken.ServiceProviderTokenBuilder.build()Constructs and returns the final requestTokeninstance.If this is an unauthorized request token, this method will return a request token that has been denied by theuser.ServiceProviderTokenFactory.generateAccessToken(ServiceProviderToken token) Returns a newly generated access token for the authorized request token.ServiceProviderTokenFactoryImpl.generateAccessToken(ServiceProviderToken requestToken) ServiceProviderTokenFactory.generateRequestToken(Consumer consumer) Generate an unauthorized request token.ServiceProviderTokenFactory.generateRequestToken(Consumer consumer, URI callback) Generate an unauthorized request token.ServiceProviderTokenFactoryImpl.generateRequestToken(Consumer consumer) ServiceProviderTokenFactoryImpl.generateRequestToken(Consumer consumer, URI callback) PersistentServiceProviderTokenStore.put(ServiceProviderToken token) ServiceProviderTokenStore.put(ServiceProviderToken token) Put the token in the store.Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token that return types with arguments of type ServiceProviderTokenModifier and TypeMethodDescriptionRetrieve aServiceProviderTokenfrom the store whosetokenattribute is equal to thetokenparameter.PersistentServiceProviderTokenStore.getAccessTokensForUser(String username) ServiceProviderTokenStore.getAccessTokensForUser(String username) Retrieves all the access tokens the user has approved.Methods in com.atlassian.bitbucket.jenkins.internal.applink.oauth.serviceprovider.token with parameters of type ServiceProviderTokenModifier and TypeMethodDescriptionServiceProviderTokenFactory.generateAccessToken(ServiceProviderToken token) Returns a newly generated access token for the authorized request token.ServiceProviderTokenFactoryImpl.generateAccessToken(ServiceProviderToken requestToken) static booleanServiceProviderTokenUtils.isTokenExpired(ServiceProviderToken token) static booleanServiceProviderTokenUtils.isTokenSessionExpired(ServiceProviderToken token) PersistentServiceProviderTokenStore.put(ServiceProviderToken token) ServiceProviderTokenStore.put(ServiceProviderToken token) Put the token in the store. -
Uses of ServiceProviderToken in com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token
Constructors in com.atlassian.bitbucket.jenkins.internal.jenkins.oauth.token with parameters of type ServiceProviderToken