Package net.sf.basedb.core
Class ServicesUtil
java.lang.Object
net.sf.basedb.core.ServicesUtil
Utility class for the "services" extension point. While part of the web client code
we need to place it in the core to get access to special
ServiceSessionControl
item that can be used by the service extensions to access BASE.- Since:
- 3.3
- Author:
- nicklas
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExtensionsInvoker<?>
useExtensions
(ExtensionsFilter filter) Create an extensions invoker for the services extensions.
-
Constructor Details
-
ServicesUtil
public ServicesUtil()
-
-
Method Details
-
useExtensions
Create an extensions invoker for the services extensions. The client context is created with special SessionControl that gives the extension permission to impersonate another user.
-