Apache Felix Framework SecurityPage edited by Karl PaulsThe Felix Framework Security subproject is an implementation of the security part of the OSGi R4.2 core specification. InstallingSupport for the OSGi r4.2 security specifications including PermissionAdmin and ConditionalPermissionAdmin is provided by the framework.security extension bundle. The bundle provides both, the packages as well as the services when it is installed.
All that needs to be done is to install the org.apache.felix.framework.security-0.9.0-SNAPSHOT.jar bundle into the framework. Using securityBesides installing the security bundle three properties should be specified:
The first installs a security manager on framework init (which in combination with the installed security bundle enables security). The second, points to a security policy file that gives allpermission like so, all.policy
grant {
permission java.security.AllPermission;
};
Change Notification Preferences
View Online
|
View Change
|
Add Comment
|
- [CONF] Apache Felix > Apache Felix Framework Security confluence
- [CONF] Apache Felix > Apache Felix Framework Security confluence
