Searched refs:Bundle (Results 1 - 25 of 26) sorted by relevance

12

/forgerock/openidm-v4/openidm-maintenance/src/test/java/org/forgerock/openidm/maintenance/upgrade/
H A DBundleHandlerTest.java5 import org.osgi.framework.Bundle;
43 private Map<String, Bundle> installedBundles = new HashMap<String, Bundle>();
46 for (Bundle bundle : service.getSystemBundle().getBundleContext().getBundles()) {
52 for (Bundle bundle : service.getSystemBundle().getBundleContext().getBundles()) {
103 private void stopBundle(Bundle bundle) throws Exception{
109 private void uninstallBundle(Bundle bundle) throws Exception {
114 private Bundle installBundle(Path path) throws Exception {
120 private void startBundle(Bundle bundle) throws Exception {
129 Bundle bundl
[all...]
/forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/
H A DBundleHandler.java18 import org.osgi.framework.Bundle;
35 * the actions that can be taken on a {@link org.osgi.framework.Bundle}.
60 * Upgrades a Bundle by removing the old Bundle if it is installed
61 * and replacing it with the new. If the new Bundle has not been
64 * @param newBundle Bundle to install in the Felix framework.
70 List<Bundle> installedBundles = getBundles(symbolicName);
84 * @param bundle Location where the Bundle is installed.
85 * @return Path to location where Bundle is located.
87 private Path getBundlePath(Bundle bundl
[all...]
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/baseactivities/
H A DBaseActivity.java19 import android.os.Bundle;
37 protected void onCreate(Bundle savedInstanceState) {
H A DBaseIdentityActivity.java21 import android.os.Bundle;
50 protected void onCreate(Bundle savedInstanceState) {
H A DBaseMechanismActivity.java21 import android.os.Bundle;
51 protected void onCreate(Bundle savedInstanceState) {
H A DBaseNotificationActivity.java21 import android.os.Bundle;
51 protected void onCreate(Bundle savedInstanceState) {
/forgerock/openidm-v4/openidm-router/src/main/java/org/forgerock/openidm/router/
H A DRouterRegistryImpl.java33 import org.osgi.framework.Bundle;
115 public RouteEntryImpl addRoute(final Bundle source, RouteBuilder routeBuilder) {
119 public RouteEntryImpl addRouteCustom(final Bundle source, RouteBuilder routeBuilder) {
149 public RouterRegistry getService(Bundle bundle,
156 public void ungetService(Bundle bundle,
232 protected Bundle bundle;
235 public RouterRegistryServiceImpl(Bundle bundle, RouterRegistryImpl registry) {
259 protected Bundle bundle;
263 RouteServiceImpl(Bundle bundle, final AtomicReference<Router> router) {
278 RouteEntryImpl(BundleContext parent, Bundle bundl
[all...]
/forgerock/openidm-v4/openidm-crypto/src/main/java/org/forgerock/openidm/crypto/impl/
H A DActivator.java87 org.osgi.framework.Bundle[] bundles = context.getBundles();
88 org.osgi.framework.Bundle jettyBundle = null;
89 for (org.osgi.framework.Bundle bundle : bundles) {
95 for (org.osgi.framework.Bundle bundle : bundles) {
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/
H A DSplashActivity.java22 import android.os.Bundle;
37 public void onCreate(Bundle savedInstanceState) {
H A DAboutActivity.java25 import android.os.Bundle;
41 protected void onCreate(Bundle savedInstanceState) {
H A DMechanismActivity.java21 import android.os.Bundle;
45 public void onCreate(Bundle savedInstanceState) {
H A DSettingsActivity.java24 import android.os.Bundle;
40 public void onCreate(Bundle savedInstanceState) {
H A DNotificationActivity.java21 import android.os.Bundle;
44 public void onCreate(Bundle savedInstanceState) {
H A DIdentityActivity.java29 import android.os.Bundle;
71 protected void onCreate(Bundle savedInstanceState) {
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/delete/
H A DDeleteIdentityActivity.java19 import android.os.Bundle;
40 protected void onCreate(Bundle savedInstanceState) {
H A DDeleteMechanismActivity.java19 import android.os.Bundle;
41 protected void onCreate(Bundle savedInstanceState) {
/forgerock/authenticator-android-v2/app/src/test/java/com/forgerock/authenticator/message/
H A DGcmServiceTest.java20 import android.os.Bundle;
187 Bundle mockBundle = mock(Bundle.class);
219 private Bundle generateBundle(String messageId, String base64Secret, Map<String, String> map) throws JSONException{
220 Bundle mockBundle = mock(Bundle.class);
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/ui/
H A DMechanismIcon.java20 import android.os.Bundle;
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/push/
H A DPushAuthActivity.java23 import android.os.Bundle;
48 public void onCreate(Bundle savedInstanceState) {
/forgerock/openidm-v4/openidm-config/src/main/java/org/forgerock/openidm/metadata/impl/
H A DProviderTracker.java38 import org.osgi.framework.Bundle;
82 Bundle[] bundles = context.getBundles();
83 for (Bundle bundle : bundles) {
/forgerock/openidm-v4/openidm-infoservice/src/main/java/org/forgerock/openidm/info/impl/
H A DHealthService.java64 import org.osgi.framework.Bundle;
521 Bundle[] bundles = context.getBundleContext().getBundles();
526 for (Bundle bundle : bundles) {
530 if (bundle.getState() != Bundle.RESOLVED) {
534 if (bundle.getState() != Bundle.ACTIVE) {
646 private boolean isFragment(Bundle bundle) {
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/add/
H A DScanActivity.java32 import android.os.Bundle;
149 public void onCreate(Bundle savedInstanceState) {
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/message/
H A DGcmService.java23 import android.os.Bundle;
94 public void onMessageReceived(String from, Bundle data) {
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/resources/com/sun/identity/diagnostic/base/resources/locale/
H A DDiagnosticTool.properties33 resourcebundle-not-found=Resource Bundle not found.
/forgerock/openidm-v4/openidm-config/src/test/java/org/forgerock/openidm/config/manage/
H A DConfigObjectServiceTest.java68 import org.osgi.framework.Bundle;
120 when(bundleContext.getBundles()).thenReturn(new Bundle[0]);

Completed in 558 milliseconds

12