| /forgerock/openidm-v4/openidm-maintenance/src/test/java/org/forgerock/openidm/maintenance/upgrade/ |
| H A D | BundleHandlerTest.java | 5 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 D | BundleHandler.java | 18 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 D | BaseActivity.java | 19 import android.os.Bundle; 37 protected void onCreate(Bundle savedInstanceState) {
|
| H A D | BaseIdentityActivity.java | 21 import android.os.Bundle; 50 protected void onCreate(Bundle savedInstanceState) {
|
| H A D | BaseMechanismActivity.java | 21 import android.os.Bundle; 51 protected void onCreate(Bundle savedInstanceState) {
|
| H A D | BaseNotificationActivity.java | 21 import android.os.Bundle; 51 protected void onCreate(Bundle savedInstanceState) {
|
| /forgerock/openidm-v4/openidm-router/src/main/java/org/forgerock/openidm/router/ |
| H A D | RouterRegistryImpl.java | 33 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 D | Activator.java | 87 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 D | SplashActivity.java | 22 import android.os.Bundle; 37 public void onCreate(Bundle savedInstanceState) {
|
| H A D | AboutActivity.java | 25 import android.os.Bundle; 41 protected void onCreate(Bundle savedInstanceState) {
|
| H A D | MechanismActivity.java | 21 import android.os.Bundle; 45 public void onCreate(Bundle savedInstanceState) {
|
| H A D | SettingsActivity.java | 24 import android.os.Bundle; 40 public void onCreate(Bundle savedInstanceState) {
|
| H A D | NotificationActivity.java | 21 import android.os.Bundle; 44 public void onCreate(Bundle savedInstanceState) {
|
| H A D | IdentityActivity.java | 29 import android.os.Bundle; 71 protected void onCreate(Bundle savedInstanceState) {
|
| /forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/delete/ |
| H A D | DeleteIdentityActivity.java | 19 import android.os.Bundle; 40 protected void onCreate(Bundle savedInstanceState) {
|
| H A D | DeleteMechanismActivity.java | 19 import android.os.Bundle; 41 protected void onCreate(Bundle savedInstanceState) {
|
| /forgerock/authenticator-android-v2/app/src/test/java/com/forgerock/authenticator/message/ |
| H A D | GcmServiceTest.java | 20 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 D | MechanismIcon.java | 20 import android.os.Bundle;
|
| /forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/push/ |
| H A D | PushAuthActivity.java | 23 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 D | ProviderTracker.java | 38 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 D | HealthService.java | 64 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 D | ScanActivity.java | 32 import android.os.Bundle; 149 public void onCreate(Bundle savedInstanceState) {
|
| /forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/message/ |
| H A D | GcmService.java | 23 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 D | DiagnosticTool.properties | 33 resourcebundle-not-found=Resource Bundle not found.
|
| /forgerock/openidm-v4/openidm-config/src/test/java/org/forgerock/openidm/config/manage/ |
| H A D | ConfigObjectServiceTest.java | 68 import org.osgi.framework.Bundle; 120 when(bundleContext.getBundles()).thenReturn(new Bundle[0]);
|