public class

NotPermittedAction

extends LoginAction
implements Beanable ServletRequestAware
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.user.actions.LoginAction
         ↳ com.atlassian.confluence.security.actions.NotPermittedAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
Fields
public static final String[] JSON_CONTENT_TYPES
[Expand]
Inherited Fields
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
NotPermittedAction()
Public Methods
String execute()
On successful login, redirection will be handled by the LoginFilter based on os_destination or the original URL stored in the session
Object getBean()
String getKey()
String getLoginUrl()
Space getSpace()
String getUsername()
void setKey(String key)
void setServletRequest(HttpServletRequest httpServletRequest)
void setSpaceManager(SpaceManager spaceManager)
[Expand]
Inherited Methods
From class com.atlassian.confluence.user.actions.LoginAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.core.Beanable
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.opensymphony.webwork.interceptor.ServletRequestAware
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

Fields

public static final String[] JSON_CONTENT_TYPES

Public Constructors

public NotPermittedAction ()

Public Methods

public String execute ()

On successful login, redirection will be handled by the LoginFilter based on os_destination or the original URL stored in the session

Throws
Exception

public Object getBean ()

public String getKey ()

public String getLoginUrl ()

public Space getSpace ()

public String getUsername ()

public void setKey (String key)

public void setServletRequest (HttpServletRequest httpServletRequest)

public void setSpaceManager (SpaceManager spaceManager)