public class Activator extends Object implements org.osgi.framework.BundleActivator
Activator
TODOModifier and Type | Field and Description |
---|---|
static String |
SERVER_REPOSITORY_FACTORY_PID |
static String |
SLING_CONTEXT
The name of the configuration property naming the Sling Context for which
a factory configuration has been created.
|
static String |
SLING_CONTEXT_DEFAULT
The name of the framework property containing the default sling context
name.
|
Constructor and Description |
---|
Activator() |
Modifier and Type | Method and Description |
---|---|
static AccessManagerFactoryTracker |
getAccessManagerFactoryTracker() |
static LoginModulePlugin[] |
getLoginModules()
Returns the registered
LoginModulePlugin services. |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext arg0) |
public static final String SERVER_REPOSITORY_FACTORY_PID
public static final String SLING_CONTEXT
public static final String SLING_CONTEXT_DEFAULT
public void start(org.osgi.framework.BundleContext context)
start
in interface org.osgi.framework.BundleActivator
public void stop(org.osgi.framework.BundleContext arg0)
stop
in interface org.osgi.framework.BundleActivator
public static LoginModulePlugin[] getLoginModules()
LoginModulePlugin
services. If there are
no LoginModulePlugin
services registered, this method returns an
empty array. null
is never returned from this method.public static AccessManagerFactoryTracker getAccessManagerFactoryTracker()
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.