org.hibernate.secure
Class JACCPreInsertEventListener
java.lang.Object
   org.hibernate.secure.JACCPreInsertEventListener
org.hibernate.secure.JACCPreInsertEventListener
- All Implemented Interfaces: 
- Serializable, Initializable, PreInsertEventListener, JACCSecurityListener
- public class JACCPreInsertEventListener 
- extends Object- implements PreInsertEventListener, Initializable, JACCSecurityListener
Check security before an insertion
- 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 | 
 
JACCPreInsertEventListener
public JACCPreInsertEventListener()
onPreInsert
public boolean onPreInsert(PreInsertEvent event)
- Description copied from interface: PreInsertEventListener
- Return true if the operation should be vetoed
 
- 
- Specified by:
- onPreInsertin interface- PreInsertEventListener
 
- 
 
initialize
public void initialize(Configuration cfg)
- 
- Specified by:
- initializein interface- Initializable
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.