com.atlassian.confluence.security.actions
Class PermissionCheckInterceptor

java.lang.Object
  extended by com.atlassian.confluence.security.actions.PermissionCheckInterceptor
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.Interceptor

public class PermissionCheckInterceptor
extends Object
implements com.opensymphony.xwork.interceptor.Interceptor

Version:
$Revision: 1.8 $
Author:
Ara Abrahamian (ara_e_w@yahoo.com)

Field Summary
protected  org.apache.log4j.Logger log
          Deprecated. 
static String NOT_FOUND
           
static String NOT_PERMITTED
           
static String NOT_PERMITTED_PERSONAL_SPACE
           
static String PAGE_NOT_PERMITTED
           
 
Constructor Summary
PermissionCheckInterceptor()
           
 
Method Summary
 void destroy()
           
 void init()
           
 String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

@Deprecated
protected org.apache.log4j.Logger log
Deprecated. 

NOT_PERMITTED

public static final String NOT_PERMITTED
See Also:
Constant Field Values

NOT_PERMITTED_PERSONAL_SPACE

public static final String NOT_PERMITTED_PERSONAL_SPACE
See Also:
Constant Field Values

PAGE_NOT_PERMITTED

public static final String PAGE_NOT_PERMITTED
See Also:
Constant Field Values

NOT_FOUND

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

PermissionCheckInterceptor

public PermissionCheckInterceptor()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface com.opensymphony.xwork.interceptor.Interceptor

init

public void init()
Specified by:
init in interface com.opensymphony.xwork.interceptor.Interceptor

intercept

public String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
                 throws Exception
Specified by:
intercept in interface com.opensymphony.xwork.interceptor.Interceptor
Throws:
Exception


Copyright © 2003-2011 Atlassian. All Rights Reserved.