Apache Felix Framework SecurityPage edited by Karl PaulsChanges (4)
Full ContentThe 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 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 Changes
|
Add Comment
|
