com.atlassian.confluence.security.actions
Class PermissionCheckInterceptor
java.lang.Object
com.atlassian.confluence.security.actions.PermissionCheckInterceptor
- All Implemented Interfaces:
- com.opensymphony.xwork.interceptor.Interceptor
public class PermissionCheckInterceptor
- extends java.lang.Object
- implements com.opensymphony.xwork.interceptor.Interceptor
- Version:
- $Revision: 1.8 $
- Author:
- Ara Abrahamian (ara_e_w@yahoo.com)
Method Summary |
void |
destroy()
|
void |
init()
|
java.lang.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 |
log
@Deprecated
protected org.apache.log4j.Logger log
- Deprecated. since 3.1, use private logger
NOT_PERMITTED
public static final java.lang.String NOT_PERMITTED
- See Also:
- Constant Field Values
NOT_PERMITTED_PERSONAL_SPACE
public static final java.lang.String NOT_PERMITTED_PERSONAL_SPACE
- See Also:
- Constant Field Values
PAGE_NOT_PERMITTED
public static final java.lang.String PAGE_NOT_PERMITTED
- See Also:
- Constant Field Values
NOT_FOUND
public static final java.lang.String NOT_FOUND
- See Also:
- Constant Field Values
PermissionCheckInterceptor
public PermissionCheckInterceptor()
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 java.lang.String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
throws java.lang.Exception
- Specified by:
intercept
in interface com.opensymphony.xwork.interceptor.Interceptor
- Throws:
java.lang.Exception
Copyright © 2003-2014 Atlassian. All Rights Reserved.