public class OmeroInterceptor
extends java.lang.Object
implements org.hibernate.Interceptor
Interceptor
for controlling various aspects
of the Hibernate runtime. Where no special requirements exist, methods
delegate to EmptyInterceptor
Current responsibilities include the proper (re-)setting of Details
EmptyInterceptor
,
Interceptor
Constructor and Description |
---|
OmeroInterceptor(Roles roles,
SystemTypes sysTypes,
ExtendedMetadata em,
CurrentDetails cd,
TokenHolder tokenHolder,
SessionStats stats,
LightAdminPrivileges adminPrivileges,
SqlAction sqlAction,
java.util.Set<java.lang.String> managedRepoUuids,
java.util.Set<java.lang.String> scriptRepoUuids) |
Modifier and Type | Method and Description |
---|---|
void |
afterTransactionBegin(org.hibernate.Transaction tx) |
void |
afterTransactionCompletion(org.hibernate.Transaction tx) |
void |
beforeTransactionCompletion(org.hibernate.Transaction tx) |
Details |
checkManagedDetails(IObject iobj,
Details previousDetails) |
protected Details |
checkManagedDetails(IObject iobj,
Details previousDetails,
Details newDetails)
Like
checkManagedDetails(IObject, Details, Details) but allows
passing in a specific Details instance. |
Details |
evaluateLinkages(IObject changedObject)
Checks the details of the objects which the given object links to in
order to guarantee that linkages are valid.
|
int[] |
findDirty(java.lang.Object entity,
java.io.Serializable id,
java.lang.Object[] currentState,
java.lang.Object[] previousState,
java.lang.String[] propertyNames,
org.hibernate.type.Type[] types)
default logic
|
java.lang.Object |
getEntity(java.lang.String entityName,
java.io.Serializable id) |
java.lang.String |
getEntityName(java.lang.Object object) |
java.lang.Object |
instantiate(java.lang.String entityName,
org.hibernate.EntityMode entityMode,
java.io.Serializable id)
default logic, but we may want to use them eventually for
dependency-injection.
|
java.lang.Boolean |
isTransient(java.lang.Object entity) |
protected void |
log(java.lang.String msg) |
protected boolean |
managedEvent(boolean privileged,
IObject obj,
Details previousDetails,
Details currentDetails,
Details newDetails) |
protected boolean |
managedExternalInfo(boolean privileged,
IObject obj,
Details previousDetails,
Details currentDetails,
Details newDetails)
Deprecated.
|
protected boolean |
managedGroup(boolean privileged,
IObject obj,
Details previousDetails,
Details currentDetails,
Details newDetails,
BasicEventContext bec) |
protected boolean |
managedOwner(boolean privileged,
IObject obj,
Details previousDetails,
Details currentDetails,
Details newDetails,
BasicEventContext bec) |
protected Permissions.Right |
neededRight(java.lang.Class<?> changedClass,
java.lang.Class<?> linkedClass)
The default right need for a linkage is
Permissions.Right.WRITE . |
Details |
newTransientDetails(IObject obj) |
protected Details |
newTransientDetails(IObject obj,
Details newDetails)
Like
newTransientDetails(IObject) but allows passing in a
newDetails object with possibly preset values. |
void |
onCollectionRecreate(java.lang.Object collection,
java.io.Serializable key) |
void |
onCollectionRemove(java.lang.Object collection,
java.io.Serializable key) |
void |
onCollectionUpdate(java.lang.Object collection,
java.io.Serializable key) |
void |
onDelete(java.lang.Object entity,
java.io.Serializable id,
java.lang.Object[] state,
java.lang.String[] propertyNames,
org.hibernate.type.Type[] types)
default logic
|
boolean |
onFlushDirty(java.lang.Object entity,
java.io.Serializable id,
java.lang.Object[] currentState,
java.lang.Object[] previousState,
java.lang.String[] propertyNames,
org.hibernate.type.Type[] types)
calls back to
BasicSecuritySystem.checkManagedDetails(IObject, Details) for
properly setting Details . |
boolean |
onLoad(java.lang.Object entity,
java.io.Serializable id,
java.lang.Object[] state,
java.lang.String[] propertyNames,
org.hibernate.type.Type[] types)
default logic.
|
java.lang.String |
onPrepareStatement(java.lang.String sql) |
boolean |
onSave(java.lang.Object entity,
java.io.Serializable id,
java.lang.Object[] state,
java.lang.String[] propertyNames,
org.hibernate.type.Type[] types)
calls back to
BasicSecuritySystem.newTransientDetails(IObject) for
properly setting Details |
void |
postFlush(java.util.Iterator entities) |
void |
preFlush(java.util.Iterator entities) |
protected boolean |
resetDetails(IObject entity,
java.lang.Object[] currentState,
java.lang.Object[] previousState,
int idx,
Details newDetails)
asks
BasicSecuritySystem to create a new managed Details
based on the previous state of this entity. |
public OmeroInterceptor(Roles roles, SystemTypes sysTypes, ExtendedMetadata em, CurrentDetails cd, TokenHolder tokenHolder, SessionStats stats, LightAdminPrivileges adminPrivileges, SqlAction sqlAction, java.util.Set<java.lang.String> managedRepoUuids, java.util.Set<java.lang.String> scriptRepoUuids)
public java.lang.Object instantiate(java.lang.String entityName, org.hibernate.EntityMode entityMode, java.io.Serializable id) throws org.hibernate.CallbackException
instantiate
in interface org.hibernate.Interceptor
org.hibernate.CallbackException
public boolean onLoad(java.lang.Object entity, java.io.Serializable id, java.lang.Object[] state, java.lang.String[] propertyNames, org.hibernate.type.Type[] types) throws org.hibernate.CallbackException
onLoad
in interface org.hibernate.Interceptor
org.hibernate.CallbackException
public int[] findDirty(java.lang.Object entity, java.io.Serializable id, java.lang.Object[] currentState, java.lang.Object[] previousState, java.lang.String[] propertyNames, org.hibernate.type.Type[] types)
findDirty
in interface org.hibernate.Interceptor
public boolean onSave(java.lang.Object entity, java.io.Serializable id, java.lang.Object[] state, java.lang.String[] propertyNames, org.hibernate.type.Type[] types)
BasicSecuritySystem.newTransientDetails(IObject)
for
properly setting Details
onSave
in interface org.hibernate.Interceptor
public boolean onFlushDirty(java.lang.Object entity, java.io.Serializable id, java.lang.Object[] currentState, java.lang.Object[] previousState, java.lang.String[] propertyNames, org.hibernate.type.Type[] types)
BasicSecuritySystem.checkManagedDetails(IObject, Details)
for
properly setting Details
.onFlushDirty
in interface org.hibernate.Interceptor
public void onDelete(java.lang.Object entity, java.io.Serializable id, java.lang.Object[] state, java.lang.String[] propertyNames, org.hibernate.type.Type[] types) throws org.hibernate.CallbackException
onDelete
in interface org.hibernate.Interceptor
org.hibernate.CallbackException
public void onCollectionRecreate(java.lang.Object collection, java.io.Serializable key) throws org.hibernate.CallbackException
onCollectionRecreate
in interface org.hibernate.Interceptor
org.hibernate.CallbackException
public void onCollectionRemove(java.lang.Object collection, java.io.Serializable key) throws org.hibernate.CallbackException
onCollectionRemove
in interface org.hibernate.Interceptor
org.hibernate.CallbackException
public void onCollectionUpdate(java.lang.Object collection, java.io.Serializable key) throws org.hibernate.CallbackException
onCollectionUpdate
in interface org.hibernate.Interceptor
org.hibernate.CallbackException
public void preFlush(java.util.Iterator entities) throws org.hibernate.CallbackException
preFlush
in interface org.hibernate.Interceptor
org.hibernate.CallbackException
public void postFlush(java.util.Iterator entities) throws org.hibernate.CallbackException
postFlush
in interface org.hibernate.Interceptor
org.hibernate.CallbackException
public void afterTransactionBegin(org.hibernate.Transaction tx)
afterTransactionBegin
in interface org.hibernate.Interceptor
public void afterTransactionCompletion(org.hibernate.Transaction tx)
afterTransactionCompletion
in interface org.hibernate.Interceptor
public void beforeTransactionCompletion(org.hibernate.Transaction tx)
beforeTransactionCompletion
in interface org.hibernate.Interceptor
public java.lang.Object getEntity(java.lang.String entityName, java.io.Serializable id) throws org.hibernate.CallbackException
getEntity
in interface org.hibernate.Interceptor
org.hibernate.CallbackException
public java.lang.String getEntityName(java.lang.Object object) throws org.hibernate.CallbackException
getEntityName
in interface org.hibernate.Interceptor
org.hibernate.CallbackException
public java.lang.Boolean isTransient(java.lang.Object entity)
isTransient
in interface org.hibernate.Interceptor
public java.lang.String onPrepareStatement(java.lang.String sql)
onPrepareStatement
in interface org.hibernate.Interceptor
protected boolean resetDetails(IObject entity, java.lang.Object[] currentState, java.lang.Object[] previousState, int idx, Details newDetails)
BasicSecuritySystem
to create a new managed Details
based on the previous state of this entity. If the previous state is null
(see ticket:3929) then throw an exception.entity
- IObject to be updatedcurrentState
- the possibly changed field data for this entitypreviousState
- the field data as seen in the dbidx
- the index of Details in the state arrays.protected void log(java.lang.String msg)
public Details evaluateLinkages(IObject changedObject)
save
and
update
since this is the only time that new entity references can be
created.changedObject
- new or updated entity which may reference other entities which
then require locking. Nulls are tolerated but do nothing.protected Permissions.Right neededRight(java.lang.Class<?> changedClass, java.lang.Class<?> linkedClass)
Permissions.Right.WRITE
.
If however, this is only an annotation or only a viewing,
then less permission is needed.changedClass
- the changed classlinkedClass
- the linked classprotected Details newTransientDetails(IObject obj, Details newDetails)
newTransientDetails(IObject)
but allows passing in a
newDetails object with possibly preset values.evaluateLinkages(IObject)
protected Details checkManagedDetails(IObject iobj, Details previousDetails, Details newDetails)
checkManagedDetails(IObject, Details, Details)
but allows
passing in a specific Details
instance.@Deprecated protected boolean managedExternalInfo(boolean privileged, IObject obj, Details previousDetails, Details currentDetails, Details newDetails)
privileged
- if the user is privilegedobj
- the model objectpreviousDetails
- details representing the known DB statecurrentDetails
- details representing the user request (UNTRUSTED)newDetails
- details from the current context. Holder for the merged
Permissions
Permissions
of newDetails are changed.protected boolean managedOwner(boolean privileged, IObject obj, Details previousDetails, Details currentDetails, Details newDetails, BasicEventContext bec)
protected boolean managedGroup(boolean privileged, IObject obj, Details previousDetails, Details currentDetails, Details newDetails, BasicEventContext bec)
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.