safr-developer Mailing List for Security Annotation Framework
Brought to you by:
mrt1nz
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Martin K. <kra...@go...> - 2008-07-15 09:44:13
|
Hello All, The Security Annotation Framework (SAF) version 0.9 has been released. Changes include: * Support for field-level encryption, in memory and on persistent storage. * Build artifacts can now be deployed to any OSGi R4-compliant container. * Better decoupling of safr-jaas from java.security.AccessController. * Documentation extended including SAF article and presentation. For further details refer to the release notes and changelog: http://sourceforge.net/project/shownotes.php?group_id=192147&release_id=613579 Downloads: http://sourceforge.net/project/showfiles.php?group_id=192147 More information: http://safr.sourceforge.net Cheers, Martin |
From: Martin K. <kra...@go...> - 2008-05-11 09:22:54
|
Hi All, in case you want to run the safr-sample-notebook web application on the SpringSource Application Platform, please use the latest snapshot. I had to make some changes in the setup of the custom java.security.Policy to get it running on OSGi.The next step is to make all safr modules OSGi bundles ... Cheers, Martin |
From: Martin K. <kra...@go...> - 2008-01-15 05:57:09
|
Hi Adam, SAF 0.8.2 is using Spring 2.5.1 for all modules incl. examples. Can you give some details about the problems you see? Cheers, Martin 2008/1/14, Adam Sherman <ad...@sh...>: > > On 12-Jan-08, at 1:51 PM, Martin Krasser wrote: > > * A safr-core bugfix to work with Spring 2.5. > > > Has 0.8.2 been tested against Spring 2.5.1? We are seeing problems > initializing the context. > > A. > > -- > Adam Sherman > Technologist > +1 (613) 797-6819 | http://www.sherman.ca/ | sip:ad...@sh... > > > > |
From: Martin K. <kra...@go...> - 2008-01-12 18:51:57
|
Hi All, a new patch release of the Security Annotation Framework is available for download. Changes in the 0.8.2 release include * A safr-core bugfix to work with Spring 2.5. * SAF application configuration further simplified. * @PolicyDecisionPoint annotation (stereotype) for AccessManager implementation classes. * All modules extended/modified to use new Spring 2.5 features. For further details refer to the release notes and changelog: https://sourceforge.net/project/shownotes.php?release_id=568095&group_id=192147 Downloads: http://sourceforge.net/project/showfiles.php?group_id=192147 More information: http://safr.sourceforge.net |
From: Martin K. <de...@ma...> - 2007-07-29 06:42:01
|
Hi, The Security Annotation Framework (SAF) version 0.8.1 has been released. Changes in the 0.8.1 release include * A safr-core bugfix to work with the Pitchfork library. * Enhancements in safr-jaas to support container-independent JAAS authentication and authorization. * A sample web application plus tutorial demonstrating the usage of modules safr-core and safr-jaas. For further details refer to the release notes and changelog: http://sourceforge.net/project/shownotes.php?group_id=192147&release_id=528240 Downloads: http://sourceforge.net/project/showfiles.php?group_id=192147 More information: http://safr.sourceforge.net Cheers, Martin |
From: Martin K. <kra...@go...> - 2007-07-28 15:46:24
|
Hi, The Security Annotation Framework (SAF) version 0.8.1 has been released. Changes in the 0.8.1 release include * A safr-core bugfix to work with the Pitchfork library. * Enhancements in safr-jaas to support container-independent JAAS authentication and authorization. * A sample web application plus tutorial demonstrating the usage of modules safr-core and safr-jaas. For further details refer to the release notes and changelog: http://sourceforge.net/project/shownotes.php?group_id=192147&release_id=528240 Downloads: http://sourceforge.net/project/showfiles.php?group_id=192147 More information: http://safr.sourceforge.net Cheers, Martin |
From: Martin K. <kra...@go...> - 2007-07-28 15:18:49
|
Hi, The Security Annotation Framework (SAF) version 0.8.1 has been released. Changes in the 0.8.1 release include * A safr-core bugfix to work with the Pitchfork library. * Enhancements in safr-jaas to support container-independent JAAS authentication and authorization. * A sample web application plus tutorial demonstrating the usage of modules safr-core and safr-jaas. For further details refer to the release notes and changelog: http://sourceforge.net/project/shownotes.php?group_id=192147&release_id=528240 Downloads: http://sourceforge.net/project/showfiles.php?group_id=192147 More information: http://safr.sourceforge.net Cheers, Martin |
From: Martin K. <kra...@go...> - 2007-03-29 16:29:10
|
Hi, The best way to get started with the Security Annotation Framework (SAF) is to read the SAF Overview first (http://safr.sourceforge.net/) and then walk through the Hello SAF sample application (http://safr.sourceforge.net/safr-sample-hellosaf/index.html). A more advanced example is the Notebook sample application (http://safr.sourceforge.net/safr-sample-notebook/index.html). It additionally uses the (early-access) JAAS authorization provider of the SAF to implement instance-level access control in a Spring application. Hope you find the SAF useful! Cheers, Martin |
From: Martin K. <kra...@go...> - 2007-03-29 14:01:50
|
This is the first open source release of the Security Annotation Framework (SAF). The SAF is an instance-level access control framework driven by Java 5 security annotations. * Primarily used to protect an application's domain objects on instance-level. * Promotes the separation of business logic from security logic. * Supports the introduction of instance-level access control functionality into existing applications without modifying existing business logic. * Security interceptors are placed automatically according to SAF security annotations in the source code. * Hides Spring AOP and AspectJ details from application developers. * Defines a clean service provider interface for integrating policy decision providers. * Provides an (early access) instance-level policy decision provider based on the Java Authentication and Authorization Service (JAAS). * Allows the integration of authorization decision providers from other security frameworks or from existing security infratructures. * Supports the inheritance of security annotations from interfaces and super classes. * Separates the internal representation of security attributes from their external representation as Java 5 annotations. Can be extended to support further external representations. The SAF contains the following modules: * SAF Core: a stable, annotation-driven, instance-level policy enforcement framework for Spring. * SAF JAAS: an early-access, instance-level policy decision provider that is based on the Java Authentication and Authorization Service (JAAS). Two sample applications demonstrate how to use these SAF modules (source release only): * Hello SAF: shows the basic steps to get the SAF Core module up and running. * Notebook: an (early access) sample application for managing and sharing personal notebooks. It uses the the SAF Core module in combination with the SAF JAAS module to implement inctance-level access control. Project homepage: http://safr.sourceforge.net <http://safr.sourceforge.net/> Cheers, Martin |