Class AuthorizationAspect
- java.lang.Object
-
- io.vertigo.account.impl.authorization.AuthorizationAspect
-
- All Implemented Interfaces:
io.vertigo.core.node.component.aop.Aspect
public final class AuthorizationAspect extends Object implements io.vertigo.core.node.component.aop.Aspect
Aspect pour la gestion des Secured au niveau de la couche service.- Author:
- npiedeloup
-
-
Constructor Summary
Constructors Constructor Description AuthorizationAspect(AuthorizationManager authorizationManager)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<Secured>
getAnnotationType()
Object
invoke(Object[] args, io.vertigo.core.node.component.aop.AspectMethodInvocation methodInvocation)
-
-
-
Constructor Detail
-
AuthorizationAspect
@Inject public AuthorizationAspect(AuthorizationManager authorizationManager)
Constructor- Parameters:
authorizationManager
- the authorizationManager
-
-