Package net.sf.basedb.core
Class ServicesUtil
- java.lang.Object
-
- net.sf.basedb.core.ServicesUtil
-
public final class ServicesUtil extends Object
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 specialServiceSessionControl
item that can be used by the service extensions to access BASE.- Since:
- 3.3
- Author:
- nicklas
-
-
Constructor Summary
Constructors Constructor Description ServicesUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExtensionsInvoker<?>
useExtensions(ExtensionsFilter filter)
Create an extensions invoker for the services extensions.
-
-
-
Method Detail
-
useExtensions
public static ExtensionsInvoker<?> useExtensions(ExtensionsFilter filter)
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.
-
-