org.hibernate.secure

Class JACCPreUpdateEventListener

Implemented Interfaces:
Initializable, JACCSecurityListener, PreUpdateEventListener, Serializable

public class JACCPreUpdateEventListener
extends java.lang.Object
implements PreUpdateEventListener, Initializable, JACCSecurityListener

Check security before any update
Version:
$Revision: 8702 $
Author:
Kabir Khan

Method Summary

void
initialize(Configuration cfg)
boolean
onPreUpdate(PreUpdateEvent event)
Return true if the operation should be vetoed

Method Details

initialize

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

onPreUpdate

public boolean onPreUpdate(PreUpdateEvent event)
Return true if the operation should be vetoed
Specified by:
onPreUpdate in interface PreUpdateEventListener