Uses of Interface
org.apache.felix.webconsole.WebConsoleSecurityProvider
-
Packages that use WebConsoleSecurityProvider Package Description org.apache.felix.webconsole org.apache.felix.webconsole.internal.servlet -
-
Uses of WebConsoleSecurityProvider in org.apache.felix.webconsole
Subinterfaces of WebConsoleSecurityProvider in org.apache.felix.webconsole Modifier and Type Interface Description interfaceWebConsoleSecurityProvider2TheWebConsoleSecurityProvider2extends theWebConsoleSecurityProviderinterface allowing for full control of the authentication process to access the Web Console.interfaceWebConsoleSecurityProvider3TheWebConsoleSecurityProvider3extends theWebConsoleSecurityProvider2interface and adds the ability to perform log-out operation. -
Uses of WebConsoleSecurityProvider in org.apache.felix.webconsole.internal.servlet
Classes in org.apache.felix.webconsole.internal.servlet that implement WebConsoleSecurityProvider Modifier and Type Class Description classBasicWebConsoleSecurityProviderBasic implementation of WebConsoleSecurityProvider to replace logic that was previously in OsgiManagerHttpContext
-