public class Perms extends Object
| Constructor and Description |
|---|
Perms() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasBeanManagerServicePermission(org.osgi.framework.BundleContext bundleContext) |
static boolean |
hasExtensionServicePermission(org.osgi.framework.BundleContext bundleContext) |
static boolean |
hasGetServicePermission(String serviceType,
org.osgi.framework.BundleContext bundleContext) |
static boolean |
hasLoggerFactoryServicePermission(org.osgi.framework.BundleContext bundleContext) |
static boolean |
hasRegisterServicePermission(String serviceType,
org.osgi.framework.BundleContext bundleContext) |
public static boolean hasBeanManagerServicePermission(org.osgi.framework.BundleContext bundleContext)
public static boolean hasExtensionServicePermission(org.osgi.framework.BundleContext bundleContext)
public static boolean hasGetServicePermission(String serviceType, org.osgi.framework.BundleContext bundleContext)
public static boolean hasLoggerFactoryServicePermission(org.osgi.framework.BundleContext bundleContext)
public static boolean hasRegisterServicePermission(String serviceType, org.osgi.framework.BundleContext bundleContext)
Copyright © 2019 The Apache Software Foundation. All rights reserved.