public class LoginPluginRegistry extends DefaultComponent
| Modifier and Type | Field and Description |
|---|---|
static String |
EP_CBFACTORY |
static String |
EP_PLUGIN |
static ComponentName |
NAME |
lastModified, name| Constructor and Description |
|---|
LoginPluginRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(ComponentContext context)
Activates the component.
|
LoginPlugin |
getPlugin(String pluginName) |
LoginPluginDescriptor |
getPluginDescriptor(String pluginName) |
CallbackResult |
handleSpecifcCallbacks(CallbackHandler callbackHandler) |
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterExtension(Extension extension)
Unregisters the given extension.
|
deactivate, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterContributionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplicationStarted, getApplicationStartedOrderpublic static final ComponentName NAME
public static final String EP_PLUGIN
public static final String EP_CBFACTORY
public LoginPluginRegistry()
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution in class DefaultComponentpublic void unregisterExtension(Extension extension)
ExtensibleunregisterExtension in interface ExtensibleunregisterExtension in class DefaultComponentextension - the extension to unregisterpublic void activate(ComponentContext context)
ComponentThis method is called by the runtime when a component is activated.
activate in interface Componentactivate in class DefaultComponentcontext - the runtime contextpublic CallbackResult handleSpecifcCallbacks(CallbackHandler callbackHandler)
public LoginPlugin getPlugin(String pluginName)
public LoginPluginDescriptor getPluginDescriptor(String pluginName)
Copyright © 2019 Nuxeo. All rights reserved.