public class

RevokeOAuthTokensAction

extends AbstractUserProfileAction
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.user.actions.AbstractUserProfileAction
         ↳ com.atlassian.confluence.plugins.gadgets.tokenstore.RevokeOAuthTokensAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.user.actions.AbstractUserProfileAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.user.actions.AbstractUserProfileAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
RevokeOAuthTokensAction()
Public Methods
String execute()
Date getDate(long time)
Used by the template, which only has access to long values.
Iterable<ServiceProviderToken> getTokens()
void setStore(ServiceProviderTokenStore store)
void setToken(String token)
[Expand]
Inherited Methods
From class com.atlassian.confluence.user.actions.AbstractUserProfileAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.atlassian.confluence.user.actions.UserAware
From interface com.atlassian.confluence.util.breadcrumbs.BreadcrumbAware
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Public Constructors

public RevokeOAuthTokensAction ()

Public Methods

public String execute ()

Throws
Exception

public Date getDate (long time)

Used by the template, which only has access to long values.

public Iterable<ServiceProviderToken> getTokens ()

public void setStore (ServiceProviderTokenStore store)

public void setToken (String token)