public class AccessControlAdvice extends ChainableMethodAdvice
nullResult| Constructor and Description |
|---|
AccessControlAdvice() |
| Modifier and Type | Method and Description |
|---|---|
Object |
before(ServiceBeanMethodInvocation serviceBeanMethodInvocation) |
Object |
createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations) |
protected void |
decrementServiceDepth() |
void |
duringFinally(ServiceBeanMethodInvocation serviceBeanMethodInvocation) |
protected void |
incrementServiceDepth() |
afterReturning, afterThrowing, invokepublic Object before(ServiceBeanMethodInvocation serviceBeanMethodInvocation) throws Throwable
before in class ChainableMethodAdviceThrowablepublic Object createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations)
createMethodContext in class ChainableMethodAdvicepublic void duringFinally(ServiceBeanMethodInvocation serviceBeanMethodInvocation)
duringFinally in class ChainableMethodAdviceprotected void decrementServiceDepth()
protected void incrementServiceDepth()