Class GlobalPermissions

java.lang.Object
webwork.action.ActionSupport
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

@Path("secure/admin/GlobalPermissions!default.jspa") @Produces("text/html") public class GlobalPermissions extends ProjectActionSupport
See Also:
  • Constructor Details

  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Overrides:
      doDefault in class webwork.action.ActionSupport
      Throws:
      Exception
    • doValidation

      public void doValidation()
      Overrides:
      doValidation in class webwork.action.ActionSupport
    • doExecute

      @GET public String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • getPermissionGroups

      public Collection<GlobalPermissionEntry> getPermissionGroups(String globalPermType)
    • getGroups

      public Collection getGroups()
    • getGlobalPermType

      public String getGlobalPermType()
    • getPermTypeName

      public String getPermTypeName()
    • setGlobalPermType

      public void setGlobalPermType(String globalPermType)
    • getGroupName

      public String getGroupName()
    • setGroupName

      public void setGroupName(String groupName)
    • setAction

      public void setAction(String action)
    • isConfirm

      public boolean isConfirm()
    • getGlobalPermTypes

      public Map<String,String> getGlobalPermTypes()
    • getManagablePermissions

      public Map<String,String> getManagablePermissions()
    • getDescription

      public String getDescription(String permType)
    • isManagedByJira

      public boolean isManagedByJira(String permKey)
    • getExternalPermissionManagementUrl

      public String getExternalPermissionManagementUrl()
    • hasExceededUserLimit

      public boolean hasExceededUserLimit()