Class MethodSecurityInterceptor
- java.lang.Object
-
- net.sf.acegisecurity.intercept.AbstractSecurityInterceptor
-
- net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor
-
- org.alfresco.repo.security.permissions.impl.acegi.MethodSecurityInterceptor
-
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware
public class MethodSecurityInterceptor extends net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor
-
-
Constructor Summary
Constructors Constructor Description MethodSecurityInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.alfresco.service.cmr.security.AccessStatuspre(java.lang.Object object)-
Methods inherited from class net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor
getObjectDefinitionSource, getSecureObjectClass, invoke, obtainObjectDefinitionSource, setObjectDefinitionSource
-
Methods inherited from class net.sf.acegisecurity.intercept.AbstractSecurityInterceptor
afterInvocation, afterPropertiesSet, beforeInvocation, getAccessDecisionManager, getAfterInvocationManager, getAuthenticationManager, getRunAsManager, isValidateConfigAttributes, setAccessDecisionManager, setAfterInvocationManager, setApplicationContext, setAuthenticationManager, setRunAsManager, setValidateConfigAttributes
-
-