|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.xwork.ActionSupport com.atlassian.confluence.core.ConfluenceActionSupport com.atlassian.confluence.security.actions.AbstractPermissionsAction com.atlassian.confluence.security.actions.AbstractSpacePermissionsAction
@Deprecated public abstract class AbstractSpacePermissionsAction
Field Summary |
---|
Fields inherited from class com.atlassian.confluence.security.actions.AbstractPermissionsAction |
---|
anonymousPermissionRow, groupPermissionRows, permissionsAdministratorBuilder, userPermissionRows |
Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport |
---|
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, messageHolder, permissionManager, permitted, pluginAccessor, PREVIEW, settingsManager, spacePermissionManager, userAccessor, webInterfaceManager |
Fields inherited from class com.opensymphony.xwork.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
AbstractSpacePermissionsAction()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getGuardPermission()
Deprecated. Obtains the relevant guard permission for the action |
java.lang.String |
getKey()
Deprecated. |
Space |
getSpace()
Deprecated. |
boolean |
isPermitted()
Deprecated. |
boolean |
isSpaceRequired()
Deprecated. If the action requires that the space be set before being run, then it should return true to this method. |
boolean |
isViewPermissionRequired()
Deprecated. |
void |
setKey(java.lang.String key)
Deprecated. |
void |
setSpace(Space space)
Deprecated. IOC method for setting the space on the action. |
void |
setSpaceManager(SpaceManager spaceManager)
Deprecated. |
Methods inherited from class com.atlassian.confluence.security.actions.AbstractPermissionsAction |
---|
bootstrap, getAnonymousPermissionRow, getGroupPermissionRows, getPermissions, getRequestParams, getUserPermissionRows, isAdminUser, setPermissionsAdministratorBuilder |
Methods inherited from class com.opensymphony.xwork.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.confluence.security.actions.PermissionsAware |
---|
getPermissionsAdministrator, isSharedMode, populateAdministrator |
Methods inherited from interface com.atlassian.confluence.validation.MessageHolderAware |
---|
validate |
Constructor Detail |
---|
public AbstractSpacePermissionsAction()
Method Detail |
---|
public void setSpaceManager(SpaceManager spaceManager)
public boolean isPermitted()
isPermitted
in class ConfluenceActionSupport
public java.lang.String getGuardPermission()
PermissionsAware
getGuardPermission
in interface PermissionsAware
public Space getSpace()
getSpace
in interface Spaced
public boolean isViewPermissionRequired()
isViewPermissionRequired
in interface SpaceAware
public boolean isSpaceRequired()
SpaceAware
isSpaceRequired
in interface SpaceAware
public void setSpace(Space space)
SpaceAware
setSpace
in interface SpaceAware
space
- the space that the action will be working on.public java.lang.String getKey()
public void setKey(java.lang.String key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |