]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.security.core/src/org/argeo/security/core/BundleContextCallback.java
Improve login mechanism, based on JAAS
[lgpl/argeo-commons.git] / org.argeo.security.core / src / org / argeo / security / core / BundleContextCallback.java
diff --git a/org.argeo.security.core/src/org/argeo/security/core/BundleContextCallback.java b/org.argeo.security.core/src/org/argeo/security/core/BundleContextCallback.java
deleted file mode 100644 (file)
index 51831fd..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-package org.argeo.security.core;
-
-import javax.security.auth.callback.Callback;
-
-import org.osgi.framework.BundleContext;
-
-/** Gives access to the OSGi {@link BundleContext} */
-public class BundleContextCallback implements Callback {
-       private BundleContext bundleContext;
-
-       public BundleContext getBundleContext() {
-               return bundleContext;
-       }
-
-       public void setBundleContext(BundleContext bundleContext) {
-               this.bundleContext = bundleContext;
-       }
-
-}