Does anyone know of a Java / C # database independent authorization library. This library should support reading, writing, deleting, pasting actions into the organizational structure of the company.
Something like this: - the user can see all the documents - the user can enter a new document assigned to his device - the user can change all the documents assigned to his unit and all subordinate units. - the user can delete documents that are assigned to him
I should also be able to create custom actions (besides reading, writing, ...) connecting them to a specific class and assigning this โsecurity tokenโ to the user (for example, document.expire). If there are no free or commercial libraries, is there a book that can be useful in implementing this feature?
Thank.
I also wonder at the lack of a security framework.
There is Rhino Security . Ayende has several blog posts about this .
On another blog, a couple of articles on it, too.
S # arp Architecture.
, , . , .
, :
http://www.codeproject.com/KB/database/AFCAS.aspx
, , , . /, , , CRM-, :- Siebel - Siebel - 10.- Sugar CRM - http://www.sugarcrm.com/crm/products/capabilities/administration/access.html- Microsoft CRM - http://msdn.microsoft.com/en-us/library/ms955698.aspx
, . , DIY.
, . DUH, , . , (, Access ADP SQL Server), , . , .
, , - - -. - - ( ), . , , .
, , ? , , , . pre-/post-triggers, , . RLS .
Source: https://habr.com/ru/post/1750319/More articles:How to get MyEclipse to actively deploy a JavaScript file in my JBoss instance? - javaHow to define a hash function for a list of objects? - javaProper Use of ProcessBuilder - javaHow to use CoreData authentication and error authentication scheme? - validationMySQL Query that can pull the data I'm looking for? - sqlCan MSM (Merge Module) files be used in Inno-Setup? - soapHow to change the JAR icon on Mac? - javaJTable weird getAccessibleChild () method behavior leading to null pointer in client code - javaWhat is the best way to write to more files than the kernel allows you to open at the same time? - c ++Preferred Menus for C # Application - c #All Articles