Class NotPermittedAction
java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.confluence.core.AbstractI18nActionSupport
com.atlassian.confluence.core.ConfluenceActionSupport
com.atlassian.confluence.user.actions.AbstractUsersAction
com.atlassian.confluence.user.actions.AbstractLoginSignupAction
com.atlassian.confluence.user.actions.LoginAction
com.atlassian.confluence.security.actions.NotPermittedAction
- All Implemented Interfaces:
Beanable
,WebInterface
,MessageHolderAware
,com.opensymphony.xwork2.Action
,com.opensymphony.xwork2.interceptor.ValidationAware
,com.opensymphony.xwork2.LocaleProvider
,com.opensymphony.xwork2.TextProvider
,com.opensymphony.xwork2.Validateable
,Serializable
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
loginPageFunctionalityService, os_destination, signupManager, token, upgradeManager
Fields inherited from class com.atlassian.confluence.user.actions.AbstractUsersAction
personService, user, userKey, username
Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
accessModeService, CANCEL, confluenceAccessManager, contentUiSupport, eventPublisher, formatSettingsManager, globalSettingsManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, localeManager, loginManager, messageHolder, permissionManager, pluginAccessor, PREVIEW, request, response, spacePermissionManager, systemInformationService, userAccessor, webInterfaceManager
Fields inherited from class com.opensymphony.xwork2.ActionSupport
container
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute()
On successful login, redirection will be handled by the LoginFilter based on os_destination or the original URL stored in the sessiongetBean()
getKey()
getSpace()
getTitle()
void
void
setSpaceManager
(SpaceManager spaceManager) void
withServletRequest
(javax.servlet.http.HttpServletRequest httpServletRequest) Deprecated, for removal: This API element is subject to removal in a future version.since 9.1, no replacement.Methods inherited from class com.atlassian.confluence.user.actions.LoginAction
doDefault, getLoginActionViewDataMappings, getLoginFilter, getOs_username, isElevatedSecurityCheckRequired, isPermitted, isShowForgottenPasswordHelp, setHttpContext, setOs_username, validate
Methods inherited from class com.atlassian.confluence.user.actions.AbstractLoginSignupAction
getCaptchaManager, getClusterManager, getCurrentYearAsString, getLanguage, getLanguages, getOs_destination, getSignupManager, getSignupURL, getToken, getUpgradeManager, isBrowserLanguageEnabled, isFromNotPermitted, isLogout, isMobileAppWebView, isShowSignUp, refineOsDestination, setCaptchaManager, setClusterManager, setDarkFeaturesManager, setFromNotPermitted, setLanguage, setLoginPageFunctionalityService, setLogout, setOs_destination, setSignupManager, setToken, setUpgradeManager, setWritableDirectoryExistsCriteria, shouldRememberMeCheckboxBeOmitted, shouldShowMobileBanner
Methods inherited from class com.atlassian.confluence.user.actions.AbstractUsersAction
getRemoteUsername, getUrlEncodeUsername, getUser, getUserKey, isLicensedToAddMoreUsers, setApiPersonService, setUserKey, setUsername
Methods inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
addActionError, addActionMessage, addFieldError, addPermissionTypeTo, addToHistory, getActionErrors, getActionMessages, getActionName, getAuthenticatedUser, getBootstrapStatusProvider, getCancelResult, getCurrentRequest, getCurrentResponse, getDateFormatter, getDefaultTimeZone, getFieldErrors, getGlobalSettings, getHelper, getI18n, getLocale, getMessageHolder, getPermissionTypes, getPermittedEntitiesOf, getPermittedEntitiesOf, getPermittedEntitiesOf, getPreviousLoginDate, getTimeZone, getUserByName, getUserInterfaceState, getWebInterfaceContext, isAnonymousUser, isEmailVisible, setAccessModeService, setBootstrapStatusProvider, setCancel, setConfluenceAccessManager, setContentUiSupport, setEventPublisher, setFormatSettingsManager, setI18NBean, setI18NBeanFactory, setLabelManager, setLanguageManager, setLocaleManager, setLoginManager, setMessageHolder, setPermissionManager, setPluginAccessor, setPreviousLoginDate, setSettingsManager, setSkipIsPermitted, setSpacePermissionManager, setSystemInformationService, setTimeZoneManager, setUserAccessor, setWebInterfaceManager, shouldSkipIsPermitted
Methods inherited from class com.atlassian.confluence.core.AbstractI18nActionSupport
getText, getText, getText, getText, getText, getText, getText, getText, getTextStrict
Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getContainer, getFormatted, getLocaleProvider, getText, getText, getTextProvider, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, toLocale
-
Field Details
-
JSON_CONTENT_TYPES
Deprecated.since 5.10 UseJSON_CONTENT_TYPES2
-
-
Constructor Details
-
NotPermittedAction
public NotPermittedAction()
-
-
Method Details
-
execute
Description copied from class:LoginAction
On successful login, redirection will be handled by the LoginFilter based on os_destination or the original URL stored in the session- Specified by:
execute
in interfacecom.opensymphony.xwork2.Action
- Overrides:
execute
in classLoginAction
- Throws:
Exception
-
getLoginUrl
- Returns:
- the login url
-
getKey
-
setKey
-
getSpace
-
getUsername
- Overrides:
getUsername
in classAbstractUsersAction
-
setSpaceManager
-
getBean
-
getTitle
-
getMessage
-
getCssClass
-
withServletRequest
@Deprecated(forRemoval=true) public void withServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest) Deprecated, for removal: This API element is subject to removal in a future version.since 9.1, no replacement.
-
JSON_CONTENT_TYPES2