|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.configuration.AbstractPermissionAction
com.atlassian.bamboo.deployments.projects.actions.ConfigureDeploymentProjectPermissions
public class ConfigureDeploymentProjectPermissions
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
BambooActionSupport.JSONStatus |
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.configuration.AbstractPermissionAction |
---|
acl, aclService, aclUpdateHelper, addGroupPrincipal, addUserPrincipal, entityId, grantedGroups, grantedPermissions, grantedUsers, newGroup, newUser, nonProcessedGrantedPermissions, principalType, RESULT_EDIT_PERMISSIONS, userManager |
Fields inherited from class com.opensymphony.xwork.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
ConfigureDeploymentProjectPermissions()
|
Method Summary | |
---|---|
protected void |
bulkUpdateAcls(org.acegisecurity.acls.MutableAcl acl,
java.util.List<java.lang.String> permissions)
|
java.lang.String |
doDefault()
Default action just sends to the input |
org.acegisecurity.acls.MutableAcl |
getAcl()
|
DeploymentProject |
getDeploymentProject()
|
long |
getDeploymentProjectId()
|
java.util.Map<java.lang.String,java.lang.String> |
getEditablePermissions()
|
java.lang.String |
getEntityName()
|
DeploymentProject |
getSecuredDomainObject()
|
void |
setDeploymentProjectId(long deploymentProjectId)
|
void |
setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
|
Methods inherited from class com.opensymphony.xwork.ActionSupport |
---|
addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection |
---|
getErrorMessages, getErrors |
Constructor Detail |
---|
public ConfigureDeploymentProjectPermissions()
Method Detail |
---|
@Nullable public org.acegisecurity.acls.MutableAcl getAcl()
getAcl
in class AbstractPermissionAction
@NotNull public java.lang.String getEntityName()
getEntityName
in class AbstractPermissionAction
@NotNull public java.util.Map<java.lang.String,java.lang.String> getEditablePermissions()
getEditablePermissions
in class AbstractPermissionAction
public DeploymentProject getSecuredDomainObject()
getSecuredDomainObject
in interface DeploymentProjectEditSecurityAware
getSecuredDomainObject
in interface DomainObjectSecurityAware
getSecuredDomainObject
in class BambooActionSupport
public java.lang.String doDefault() throws java.lang.Exception
BambooActionSupport
doDefault
in class BambooActionSupport
java.lang.Exception
protected void bulkUpdateAcls(org.acegisecurity.acls.MutableAcl acl, java.util.List<java.lang.String> permissions)
bulkUpdateAcls
in class AbstractPermissionAction
public DeploymentProject getDeploymentProject()
public long getDeploymentProjectId()
public void setDeploymentProjectId(long deploymentProjectId)
public void setDeploymentProjectService(DeploymentProjectService deploymentProjectService)
setDeploymentProjectService
in class BambooActionSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |