|
Posted
almost 18 years
ago
by
Martin Krasser
Summary: Security Annotation Framework 0.9 released!
The Security Annotation Framework (SAF) version 0.9 has been released. The SAF is a framework for instance-level access control and field-level encryption. Access-control decisions at
... [More]
class-instance-level and crypto operations at field-level are enforced using Java 5 annotations. The SAF defines service provider interfaces (SPI) to be implemented by authorization providers and crypto providers. Authorization providers decide for individual class-instances (e.g. domain object instances of an enterprise application) if access shall be granted or not. Similarly, encryption providers are repsonsible for encrypting and decrypting field values of objects.
Changes in the 0.9 release 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 [Less]
|
|
Posted
almost 18 years
ago
by
Martin Krasser
Summary: Security Annotation Framework 0.9 released!
The Security Annotation Framework (SAF) version 0.9 has been released. The SAF is a framework for instance-level access control and field-level encryption. Access-control decisions at
... [More]
class-instance-level and crypto operations at field-level are enforced using Java 5 annotations. The SAF defines service provider interfaces (SPI) to be implemented by authorization providers and crypto providers. Authorization providers decide for individual class-instances (e.g. domain object instances of an enterprise application) if access shall be granted or not. Similarly, encryption providers are repsonsible for encrypting and decrypting field values of objects.
Changes in the 0.9 release 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
[Less]
|
|
Summary: Security Annotation Framework 0.9 released! (0 comments)
|
|
Summary: Security Annotation Framework 0.9 released! (0 comments)
|
|
Posted
over 18 years
ago
by
Martin Krasser
The Security Annotation Framework (SAF) version 0.8.2 has been released. The SAF is an instance-level access control framework driven by Java 5 annotations. It complements Java EE security concepts by introducing declarative permission checks on the
... [More]
level of domain object instances. The SAF provides a custom configuration schema for easy integration into Spring 2.5 (or higher) applications.
Changes in the 0.8.2 release include
* A safr-core bugfix to work with Spring 2.5.
* SAF application configuration further simplified.
* @PolicyDecisionPoint 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
[Less]
|
The Security Annotation Framework (SAF) version 0.8.2 has been released. The SAF is an instance-level access control framework driven by Java 5 annotations. It complements Java EE security concepts by introducing declarative permission checks on the
... [More]
level of domain object instances. The SAF provides a custom configuration schema for easy integration into Spring 2.5 (or higher) applications. (0 comments) [Less]
|
The Security Annotation Framework (SAF) version 0.8.2 has been released. The SAF is an instance-level access control framework driven by Java 5 annotations. It complements Java EE security concepts by introducing declarative permission checks on the
... [More]
level of domain object instances. The SAF provides a custom configuration schema for easy integration into Spring 2.5 (or higher) applications. (0 comments) [Less]
|
|
Posted
over 18 years
ago
by
Martin Krasser
The Security Annotation Framework (SAF) version 0.8.2 has been released. The SAF is an instance-level access control framework driven by Java 5 annotations. It complements Java EE security concepts by introducing declarative permission checks on the
... [More]
level of domain object instances. The SAF provides a custom configuration schema for easy integration into Spring 2.5 (or higher) applications.
Changes in the 0.8.2 release include
* A safr-core bugfix to work with Spring 2.5.
* SAF application configuration further simplified.
* @PolicyDecisionPoint 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 [Less]
|
The Security Annotation Framework (SAF) version 0.8.1 has been released. The SAF is an instance-level access control framework driven by Java 5 annotations. It complements Java EE security concepts by introducing declarative permission checks on the
... [More]
level of domain object instances. The SAF provides a custom configuration schema for easy integration into Spring 2.x applications. (0 comments) [Less]
|
|
Posted
almost 19 years
ago
by
Martin Krasser
The Security Annotation Framework (SAF) version 0.8.1 has been released. The SAF is an instance-level access control framework driven by Java 5 annotations. It complements Java EE security concepts by introducing declarative permission checks on the
... [More]
level of domain object instances. The SAF provides a custom configuration schema for easy integration into Spring 2.x applications.
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
[Less]
|