org.hibernate.secure
Class JACCPreUpdateEventListener

java.lang.Object
  extended byorg.hibernate.secure.JACCPreUpdateEventListener
All Implemented Interfaces:
Initializable, JACCSecurityListener, PreUpdateEventListener, Serializable

public class JACCPreUpdateEventListener
extends Object
implements PreUpdateEventListener, Initializable, JACCSecurityListener

Check security before any update

Version:
$Revision: 1.14 $
Author:
Kabir Khan
See Also:
Serialized Form

Constructor Summary
JACCPreUpdateEventListener()
           
 
Method Summary
 void initialize(Configuration cfg)
           
 boolean onPreUpdate(PreUpdateEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JACCPreUpdateEventListener

public JACCPreUpdateEventListener()
Method Detail

onPreUpdate

public boolean onPreUpdate(PreUpdateEvent event)
Specified by:
onPreUpdate in interface PreUpdateEventListener

initialize

public void initialize(Configuration cfg)
Specified by:
initialize in interface Initializable