com.atlassian.bamboo.ww2.interceptors
Class BasePermissionCheckInterceptor

java.lang.Object
  extended by com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
      extended by com.atlassian.bamboo.ww2.interceptors.BasePermissionCheckInterceptor

public class BasePermissionCheckInterceptor
extends AbstractBambooInterceptor

A basic permission interceptor that checks if the action is PermissionAware and then


Field Summary
static String NOT_PERMITTED_RESULT
           
 
Constructor Summary
BasePermissionCheckInterceptor()
           
 
Method Summary
 String intercept(ActionInvocation invocation)
           
 
Methods inherited from class com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
destroy, getParameter, getParameterAsInt, hasParameter, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_PERMITTED_RESULT

public static final String NOT_PERMITTED_RESULT
See Also:
Constant Field Values
Constructor Detail

BasePermissionCheckInterceptor

public BasePermissionCheckInterceptor()
Method Detail

intercept

public String intercept(ActionInvocation invocation)
                 throws Exception
Throws:
Exception


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.