Package org.duracloud.durastore.aop
Class SnapshotAccessAdvice
- java.lang.Object
-
- org.duracloud.durastore.aop.SnapshotAccessAdvice
-
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.springframework.aop.BeforeAdvice,org.springframework.aop.MethodBeforeAdvice,org.springframework.core.Ordered
public class SnapshotAccessAdvice extends Object implements org.springframework.aop.MethodBeforeAdvice, org.springframework.core.Ordered
Verifies that the caller is authorized to make call to retrieve snapshot detail info. See durastore/src/main/webapp/WEB-INF/config/aop-config.xml for pointcut matching pattern. This pointcut is designed intercept calls to TaskProvider instances.- Author:
- Daniel Bernstein Date: 11/16/2015
-
-
Constructor Summary
Constructors Constructor Description SnapshotAccessAdvice(AuthorizationHelper authHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbefore(Method method, Object[] args, Object target)intgetOrder()voidsetOrder(int order)
-
-
-
Constructor Detail
-
SnapshotAccessAdvice
public SnapshotAccessAdvice(AuthorizationHelper authHelper)
-
-