org.hibernate.secure
Class JACCPreUpdateEventListener
java.lang.Object
org.hibernate.secure.JACCPreUpdateEventListener
- All Implemented Interfaces:
- Serializable, Initializable, PreUpdateEventListener, JACCSecurityListener
public class JACCPreUpdateEventListener
- extends Object
- implements PreUpdateEventListener, Initializable, JACCSecurityListener
Check security before any update
- Version:
- $Revision: 8702 $
- Author:
- Kabir Khan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JACCPreUpdateEventListener
public JACCPreUpdateEventListener()
onPreUpdate
public boolean onPreUpdate(PreUpdateEvent event)
- Description copied from interface:
PreUpdateEventListener
- Return true if the operation should be vetoed
- Specified by:
onPreUpdate
in interface PreUpdateEventListener
initialize
public void initialize(Configuration cfg)
- Specified by:
initialize
in interface Initializable