Uses of Class
org.apache.maven.continuum.web.exception.AuthorizationRequiredException

Packages that use AuthorizationRequiredException
org.apache.maven.continuum.web.action   
org.apache.maven.continuum.web.action.notifier   
 

Uses of AuthorizationRequiredException in org.apache.maven.continuum.web.action
 

Methods in org.apache.maven.continuum.web.action that throw AuthorizationRequiredException
protected  void ContinuumActionSupport.checkAddGroupBuildDefinitionAuthorization(String resource)
          Check if the current user is authorized to add a build definition for the specified project group
protected  void ContinuumActionSupport.checkAddProjectBuildDefinitionAuthorization(String resource)
          Check if the current user is authorized to add a group build definition to a specific project
protected  void ContinuumActionSupport.checkAddProjectGroupAuthorization()
          Check if the current user is authorized to add a project group
protected  void ContinuumActionSupport.checkAddProjectGroupNotifierAuthorization(String resource)
          Check if the current user is authorized to add a notifier to the specified project group
protected  void ContinuumActionSupport.checkAddProjectNotifierAuthorization(String resource)
          Check if the current user is authorized to add a notifier to a specific project
protected  void ContinuumActionSupport.checkAddProjectToGroupAuthorization(String resource)
          Check if the current user is authorized to add a project to a specific project group
protected  void ContinuumActionSupport.checkAuthorization(String role)
          Check if the current user is authorized to do the action
protected  void ContinuumActionSupport.checkAuthorization(String role, String resource)
          Check if the current user is authorized to do the action
protected  void ContinuumActionSupport.checkAuthorization(String role, String resource, boolean requiredResource)
          Check if the current user is authorized to do the action
protected  void ContinuumActionSupport.checkBuildProjectGroupAuthorization(String resource)
          Check if the current user is authorized to build the specified project group
protected  void ContinuumActionSupport.checkBuildProjectInGroupAuthorization(String resource)
          Check if the current user is authorized to build a project in the specified group
protected  void ContinuumActionSupport.checkManageConfigurationAuthorization()
          Check if the current user is authorized to manage the application's configuration
protected  void ContinuumActionSupport.checkManageLocalRepositoriesAuthorization()
           
protected  void ContinuumActionSupport.checkManageQueuesAuthorization()
          Check if the current user is authorized to manage queues
protected  void ContinuumActionSupport.checkManageSchedulesAuthorization()
          Check if the current user is authorized to manage the project build schedules
protected  void ContinuumActionSupport.checkModifyGroupBuildDefinitionAuthorization(String resource)
          Check if the current user is authorized to modify a build definition in the specified project group
protected  void ContinuumActionSupport.checkModifyProjectBuildDefinitionAuthorization(String resource)
          Check if the current user is authorized to modify a build definition of a specific project
protected  void ContinuumActionSupport.checkModifyProjectGroupAuthorization(String resource)
          Check if the current user is authorized to modify the specified project group
protected  void ContinuumActionSupport.checkModifyProjectGroupNotifierAuthorization(String resource)
          Check if the current user is authorized to modify a notifier in the specified project group
protected  void ContinuumActionSupport.checkModifyProjectInGroupAuthorization(String resource)
          Check if the current user is authorized to modify a project in the specified group
protected  void ContinuumActionSupport.checkModifyProjectNotifierAuthorization(String resource)
          Check if the current user is authorized to modify a notifier in a specific project
protected  void ContinuumActionSupport.checkRemoveGroupBuildDefinitionAuthorization(String resource)
          Check if the current user is authorized to delete a build definition in the specified project group
protected  void ContinuumActionSupport.checkRemoveProjectBuildDefinitionAuthorization(String resource)
          Check if the current user is authorized to delete a build definition of a specific project
protected  void ContinuumActionSupport.checkRemoveProjectFromGroupAuthorization(String resource)
          Check if the current user is authorized to delete a project from a specified group
protected  void ContinuumActionSupport.checkRemoveProjectGroupAuthorization(String resource)
          Check if the current user is authorized to delete the specified project group
protected  void ContinuumActionSupport.checkRemoveProjectGroupNotifierAuthorization(String resource)
          Check if the current user is authorized to delete a notifier in the specified project group
protected  void ContinuumActionSupport.checkRemoveProjectNotifierAuthorization(String resource)
          Check if the current user is authorized to delete a notifier in a specific project
protected  void ContinuumActionSupport.checkViewProjectGroupAuthorization(String resource)
          Check if the current user is authorized to view the specified project group
protected  void ContinuumActionSupport.checkViewReportsAuthorization()
           
 

Uses of AuthorizationRequiredException in org.apache.maven.continuum.web.action.notifier
 

Methods in org.apache.maven.continuum.web.action.notifier that throw AuthorizationRequiredException
protected  void AbstractProjectNotifierEditAction.checkAuthorization()
           
protected abstract  void AbstractNotifierEditActionSupport.checkAuthorization()
           
protected  void AbstractGroupNotifierEditAction.checkAuthorization()
           
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.