Generic callback interface from the plug-in to the SAE. More...
import "sspPlugin.idl";
Public Member Functions | |
DirectoryAccessInfo | getServiceDirectory () |
Allows a plug-in to retrieve information about the LDAP connection to the directory that holds service information. | |
DirectoryAccessInfo | getUserDirectory () |
Allows a plug-in to retrieve information about the LDAP connection to the directory that holds subscriber information. | |
sae::ServiceActivationEngine | getSAE () |
Allows a plug-in to retrieve a reference to the external interface of the SAE that sends the request. |
Generic callback interface from the plug-in to the SAE.
PluginContext is passed to a plug-in that can call the getServiceDirectory() and getUserDirectory() methods to retrieve information about the currently active directory connections. The information is passed in the form of a DirectoryAccessInfo structure.
Plug-ins can also use the getSAE() method to retrieve a reference to the external interface of the SAE that sends the request. The plug-in can use this reference to interact with the SAE; for example, to start or stop services.
sae::ServiceActivationEngine sspPlugin.PluginContext.getSAE | ( | ) |
Allows a plug-in to retrieve a reference to the external interface of the SAE that sends the request.
DirectoryAccessInfo sspPlugin.PluginContext.getServiceDirectory | ( | ) |
Allows a plug-in to retrieve information about the LDAP connection to the directory that holds service information.
DirectoryAccessInfo sspPlugin.PluginContext.getUserDirectory | ( | ) |
Allows a plug-in to retrieve information about the LDAP connection to the directory that holds subscriber information.