sspPlugin.AttributeUnion | Structure used to pass event attribute values to plug-ins |
sspPlugin.DirectoryAccessInfo | Data structure for information that the plug-in uses to access the directory |
sspPlugin.NameValue | List of attributes in NameValue format |
sspPlugin.PluginContext | Generic callback interface from the plug-in to the SAE |
sspPlugin.PluginInterface | Basic plug-in interface |
sspPlugin.PluginInterface.AuthorizationDenied | Sent if authorization is denied |
sspPlugin.PluginInterface.AuthorizationDeniedW | If the ORB supports wstring (unicode characters), this exception can be raised instead of AuthorizationDenied |
sspPlugin.PluginInterface.MethodNotImplemented | A plug-in can throw MethodNotImplemented if the plug-in does not implement a method |
sspPlugin.PluginInterface.OutOfSync | This exception is raised when a state synchronization plug-in receives a plug-in event while the state of the plug-in is not synchronized |
sspPlugin.StateSyncPlugin | State synchronization plug-in interface; extension of the stateful plug-in interface |
sspPlugin.StateSyncPlugin.PluginEvent | Data structure for encapsulating a single plug-in event for bulk synchronization |
sspPlugin.SubscriptionInfo | Data structure for subscription information |
sspPlugin.SyncPluginInterface | Stateful plug-in interface; extension of the basic plug-in interface |