Package org.apache.felix.webconsole
-
Interface Summary Interface Description AttachmentProvider Deprecated. This has been deprecated.BrandingPlugin TheBrandingPlugin
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 TheVariableResolver
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 TheWebConsoleSecurityProvider
is a service interface allowing to use an external system to authenticate users before granting access to the Web Console.WebConsoleSecurityProvider2 TheWebConsoleSecurityProvider2
extends theWebConsoleSecurityProvider
interface allowing for full control of the authentication process to access the Web Console.WebConsoleSecurityProvider3 TheWebConsoleSecurityProvider3
extends theWebConsoleSecurityProvider2
interface and adds the ability to perform log-out operation. -
Class Summary Class Description AbstractWebConsolePlugin The Web Console can be extended by registering an OSGi service for the interfaceServlet
with the service propertyfelix.webconsole.label
set to the label (last segment in the URL) of the page.DefaultBrandingPlugin TheDefaultBrandingPlugin
class is the default implementation of theBrandingPlugin
interface.DefaultVariableResolver TheDefaultVariableResolver
is aHashMap
based default implementation of theVariableResolver
interface.SimpleWebConsolePlugin SimpleWebConsolePlugin is an utility class that provides default implementation of theAbstractWebConsolePlugin
and supports the following features: Methods for (un)registering the web console plugin service Default implementation for resource loadingWebConsoleUtil TheWebConsoleUtil
provides various utility methods for use by Web Console plugins.