org.nuiton.topia.security.listener
Class EntityVetoable
java.lang.Object
org.nuiton.topia.security.listener.EntityVetoable
- All Implemented Interfaces:
- EventListener, TopiaEntityVetoable
public class EntityVetoable
- extends Object
- implements TopiaEntityVetoable
Listenner permettant de vérifier les autorisations pour la création ou la
suppression d'une entité.
- Author:
- ruchaud
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityVetoable
public EntityVetoable(TopiaSecurityServiceImpl securityManager)
create
public void create(TopiaEntityEvent event)
- Specified by:
create in interface TopiaEntityVetoable
delete
public void delete(TopiaEntityEvent event)
- Specified by:
delete in interface TopiaEntityVetoable
load
public void load(TopiaEntityEvent event)
- Specified by:
load in interface TopiaEntityVetoable
update
public void update(TopiaEntityEvent event)
- Specified by:
update in interface TopiaEntityVetoable
Copyright © 2004-2010 CodeLutin. All Rights Reserved.