auditing
Storing metadata about a row with a database row?
What are the best practices regarding storing metadata about a row with a row? Take the example of a inter-bank financial transfer. The Transfer might look like:[详细]
2023-04-01 17:03 分类:问答NInject, nHibernate, and auditing in ASP.NET MVC
I am working on an inherited application which makes use of NInject and nHibernate as part of an ASP.NET MVC (C#) application. Currently, I\'m looking at a problem with the auditing of modifications.[详细]
2023-03-28 11:41 分类:问答Auditing with Spring Data JPA
I am using Spring Data JPA in an application in which all entity objects need auditing.I know that I can have each either implement Auditable or extend AbstractAu开发者_开发技巧ditable, but my problem[详细]
2023-03-23 15:35 分类:问答How to implement context based DB auditing?
I have a current DB driven application which has several methods for accessing data. Web Application Direct SQL Access users (I\'m trying to remove these)[详细]
2023-03-20 09:08 分类:问答How to implement auditing in the business layer
I\'m trying to implement basic auditing for a system where users can login, change their passwords and emails etc.[详细]
2023-03-16 22:56 分类:问答How to use Auditing in JPA/Spring-Data JPA?
I am using JPA & Spring-Data JPA in a project. I have one table wherei Insert and then update the data. Ho开发者_Go百科wever i need the auditing information to save the state of all the objects i.[详细]
2023-03-15 07:28 分类:问答Is it a) possible and b) logical to audit non-persistent (i.e. no corresponding model field) model data in rails?
I want to keep a history of some values in my rails 3 application, but currently calculate these values as attributes without corresponding database fields. Can I easily implement a persistent audit o[详细]
2023-03-12 04:14 分类:问答ORIGINAL_LOGIN and SYSTEM_USER functions for auditing?
I am implementing an inserted trigger and am considering using ORIGINAL_LOGIN function to capture the current executing user. I would like to know the pros and cons of using ORIGINAL_LOGIN for auditin[详细]
2023-03-09 06:36 分类:问答Is there a good framework or library for auditing LDAP/Security management behavior in Java?
I asked a similar question earlier, and this is an extension to it.Basically, we need to have auditable logs for legal reasons of permission/user management and authentication attempts.Our permissions[详细]
2023-03-07 03:16 分类:问答Rails audit system with both ActiveResource and ActiveRecord
I have a huge project with both of ActiveRecord and ActiveResource models. I need to implement logging of user activity with these models and also to log changes of model attributes (save object state[详细]
2023-03-05 09:39 分类:问答