org.nuiton.topia.security.listener
Class EntityVetoable

java.lang.Object
  extended by org.nuiton.topia.security.listener.EntityVetoable
All Implemented Interfaces:
java.util.EventListener, TopiaEntityVetoable

public class EntityVetoable
extends java.lang.Object
implements TopiaEntityVetoable

Listenner permettant de vérifier les autorisations pour la création ou la suppression d'une entité.

Author:
ruchaud

Constructor Summary
EntityVetoable(TopiaSecurityServiceImpl securityManager)
           
 
Method Summary
 void create(TopiaEntityEvent event)
           
 void delete(TopiaEntityEvent event)
           
 void load(TopiaEntityEvent event)
           
 void update(TopiaEntityEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityVetoable

public EntityVetoable(TopiaSecurityServiceImpl securityManager)
Method Detail

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.