Class PermissionCheckInterceptor
- java.lang.Object
-
- com.atlassian.confluence.security.actions.PermissionCheckInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
public class PermissionCheckInterceptor extends Object implements com.opensymphony.xwork2.interceptor.Interceptor
This interceptor checks if an action is allowed in read-only mode or in other normal use cases- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
NOT_FOUND
static String
NOT_PERMITTED
static String
PAGE_NOT_PERMITTED
static String
READ_ONLY
-
Constructor Summary
Constructors Constructor Description PermissionCheckInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
void
init()
String
intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation)
-
-
-
Field Detail
-
NOT_PERMITTED
public static final String NOT_PERMITTED
- 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
-
READ_ONLY
public static final String READ_ONLY
- See Also:
- Constant Field Values
-
-