--- nfo/perl/libs/Data/Storage.pm 2002/12/01 22:15:45 1.9 +++ nfo/perl/libs/Data/Storage.pm 2002/12/07 03:37:23 1.10 @@ -1,4 +1,4 @@ -# $Id: Storage.pm,v 1.9 2002/12/01 22:15:45 joko Exp $ +# $Id: Storage.pm,v 1.10 2002/12/07 03:37:23 joko Exp $ # # Copyright (c) 2002 Andreas Motl # @@ -7,6 +7,9 @@ ############################################ # # $Log: Storage.pm,v $ +# Revision 1.10 2002/12/07 03:37:23 joko +# + updated pod +# # Revision 1.9 2002/12/01 22:15:45 joko # - sub createDb: moved to handler # @@ -514,6 +517,16 @@ - .pst - files (Outlook Post Storage?) - XML (e.g. via XML::Simple?) - Move to t3, look at InCASE + - some kind of security layer for methods/objects + - acls (stored via tangram/ldap?) for functions, methods and objects (entity- & data!?) + - where are the hooks needed then? + - is Data::Storage & Co. okay, or do we have to touch the innards of DBI and/or Tangram? + - an attempt to start could be: + - 'sub getACLByObjectId($id, $context)' + - 'sub getACLByMethodname($id, $context)' + - 'sub getACLByName($id, $context)' + ( would require a kinda registry to look up these very names pointing to arbitrary locations (code, data, ...) ) + =head3 LINKS / REFERENCES