com.atlassian.confluence.test.rpc
Class AdminCheckInterceptor
java.lang.Object
com.atlassian.confluence.test.rpc.AdminCheckInterceptor
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
public class AdminCheckInterceptor
- extends Object
- implements org.aopalliance.intercept.MethodInterceptor
Check that all calls through this interceptor are performed by a user with administration permissions.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminCheckInterceptor
public AdminCheckInterceptor()
invoke
public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
throws Throwable
- Specified by:
invoke
in interface org.aopalliance.intercept.MethodInterceptor
- Throws:
Throwable
setPermissionManager
public void setPermissionManager(PermissionManager permissionManager)
Copyright © 2003-2013 Atlassian. All Rights Reserved.