Interface | Description |
---|---|
AttachmentProvider | Deprecated
This has been deprecated.
|
BrandingPlugin |
The
BrandingPlugin is the service interface for the most
elaborate way of branding the web console. |
ConfigurationPrinter | Deprecated
This has been deprecated.
|
ModeAwareConfigurationPrinter | Deprecated
This has been deprecated.
|
VariableResolver |
The
VariableResolver interface defines the API for an object
which may be provided by plugins to provide replacement values for
variables in the generated content. |
WebConsoleConstants |
WebConsoleConstants provides some common constants that are used by plugin
developers.
|
WebConsoleSecurityProvider |
The
WebConsoleSecurityProvider is a service interface allowing
to use an external system to authenticate users before granting access to the
Web Console. |
WebConsoleSecurityProvider2 |
The
WebConsoleSecurityProvider2 extends the
WebConsoleSecurityProvider interface allowing for full control of
the authentication process to access the Web Console. |
WebConsoleSecurityProvider3 |
The
WebConsoleSecurityProvider3 extends the
WebConsoleSecurityProvider2 interface and adds the ability to perform log-out operation. |
Class | Description |
---|---|
AbstractWebConsolePlugin |
The Web Console can be extended by registering an OSGi service for the interface
Servlet with the service property
felix.webconsole.label set to the label (last segment in the URL)
of the page. |
DefaultBrandingPlugin |
The
DefaultBrandingPlugin class is the default implementation
of the BrandingPlugin interface. |
DefaultVariableResolver |
The
DefaultVariableResolver is a HashMap based
default implementation of the VariableResolver interface. |
SimpleWebConsolePlugin |
SimpleWebConsolePlugin is an utility class that provides default
implementation of the
AbstractWebConsolePlugin and supports the
following features:
Methods for (un)registering the web console plugin service
Default implementation for resource loading
|
WebConsoleUtil |
The
WebConsoleUtil provides various utility methods for use
by Web Console plugins. |
Copyright © 2010 - 2020 Adobe. All Rights Reserved