import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
-import org.apache.catalina.Container;
import org.apache.catalina.LifecycleException;
import org.apache.catalina.util.StringManager;
import org.apache.juli.logging.Log;
/**
- * The Container with which this Realm is associated.
- */
- private Container container = null;
-
-
- /**
* The Digester we will use to process in-memory database files.
*/
private static Digester digester = null;
StringManager.getManager(Constants.Package);
- /**
- * Has this component been started?
- */
- private boolean started = false;
-
-
// ------------------------------------------------------------- Properties