abstract class AccessControlFactory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
AccessControlFactory.BundleProtectionDomain |
| Constructor and Description |
|---|
AccessControlFactory() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.security.AccessControlContext |
createContext(org.osgi.framework.Bundle bundle)
Creates an AccessControlContext based on the current security context and the given bundle.
|