@Version("3.4.0")
Package org.apache.felix.webconsole
-
Interface Summary Interface Description AttachmentProvider Deprecated. This has been deprecated.BrandingPlugin TheBrandingPluginis 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.User Representation of a user.VariableResolver TheVariableResolverinterface 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 TheWebConsoleSecurityProvideris a service interface allowing to use an external system to authenticate users before granting access to the Web Console.WebConsoleSecurityProvider2 TheWebConsoleSecurityProvider2extends theWebConsoleSecurityProviderinterface allowing for full control of the authentication process to access the Web Console.WebConsoleSecurityProvider3 TheWebConsoleSecurityProvider3extends theWebConsoleSecurityProvider2interface 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 interfaceServletwith the service propertyfelix.webconsole.labelset to the label (last segment in the URL) of the page.DefaultBrandingPlugin TheDefaultBrandingPluginclass is the default implementation of theBrandingPlugininterface.DefaultVariableResolver TheDefaultVariableResolveris aHashMapbased default implementation of theVariableResolverinterface.SimpleWebConsolePlugin SimpleWebConsolePlugin is an utility class that provides default implementation of theAbstractWebConsolePluginand supports the following features: Methods for (un)registering the web console plugin service Default implementation for resource loadingWebConsoleUtil TheWebConsoleUtilprovides various utility methods for use by Web Console plugins.