|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object magoffin.matt.ma2.aop.AbstractSecurityInterceptor magoffin.matt.ma2.aop.AlbumSecurityInterceptor
public class AlbumSecurityInterceptor
AOP security interceptor for Album instances.
Constructor Summary | |
---|---|
AlbumSecurityInterceptor()
|
Method Summary | |
---|---|
AlbumDao |
getAlbumDao()
|
protected boolean |
isAllowed(org.aopalliance.intercept.MethodInvocation invocation,
BizContext context)
Return true if the method invocation should be allowed. |
void |
setAlbumDao(AlbumDao albumDao)
|
Methods inherited from class magoffin.matt.ma2.aop.AbstractSecurityInterceptor |
---|
getSecurityCache, getUserBiz, invoke, setSecurityCache, setUserBiz |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlbumSecurityInterceptor()
Method Detail |
---|
protected boolean isAllowed(org.aopalliance.intercept.MethodInvocation invocation, BizContext context)
AbstractSecurityInterceptor
isAllowed
in class AbstractSecurityInterceptor
invocation
- the invocationcontext
- the context
public AlbumDao getAlbumDao()
public void setAlbumDao(AlbumDao albumDao)
albumDao
- the albumDao to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |