Package org.duracloud.duradmin.security
Class SecurityAdvice
java.lang.Object
org.duracloud.duradmin.security.SecurityAdvice
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.springframework.aop.BeforeAdvice,org.springframework.aop.MethodBeforeAdvice
This class wraps calls to securable objects and logs them in if there is
a valid credential in the security context.
Otherwise, it logs the object out.
- Author:
- Andrew Woods Date: Mar 28, 2010
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SecurityAdvice
-
-
Method Details
-
before
- Specified by:
beforein interfaceorg.springframework.aop.MethodBeforeAdvice- Throws:
Throwable
-