Package org.alfresco.repo.tenant
Class RunAsTenantInterceptor
- java.lang.Object
-
- org.alfresco.repo.tenant.RunAsTenantInterceptor
-
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
public class RunAsTenantInterceptor extends java.lang.Object implements org.aopalliance.intercept.MethodInterceptor- Since:
- 4.2
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRunAsTenantInterceptor.TENANT_TYPE
-
Constructor Summary
Constructors Constructor Description RunAsTenantInterceptor(RunAsTenantInterceptor.TENANT_TYPE tenantType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectinvoke(org.aopalliance.intercept.MethodInvocation mi)
-
-
-
Constructor Detail
-
RunAsTenantInterceptor
public RunAsTenantInterceptor(RunAsTenantInterceptor.TENANT_TYPE tenantType)
-
-