Namespace PushTechnology.ClientInterface.Client.Features.Control.Clients.SecurityControl
Classes
CommandScriptException
The SessionException to report problems when evaluating a security script.
UpdateStoreCallbackDefault
The default IUpdateStoreCallback implementation.
UpdateStoreContextCallbackDefault<TContext>
The default IUpdateStoreContextCallback<TContext> implementation.
Interfaces
IConfigurationCallback
The callback interface for GetSecurity(IConfigurationCallback).
IConfigurationContextCallback<TContext>
The callback interface for GetSecurity<TContext>(TContext, IConfigurationContextCallback<TContext>).
IRole
The defined details for an individual role.
IScriptBuilder
The script builder used to create a script of commands to apply to the security store at the server.
ISecurityConfiguration
The snapshot of information from the security store.
ISecurityControl
This feature allows a client session to query and update the security store. The security store is a persistent database maintained by the server containing authorisation rules that control what sessions can do.
ISecurityStoreFeature
The base interface for features that update security stores.
IUpdateStoreCallback
The callback interface for UpdateStore(String, IUpdateStoreCallback) calls.
IUpdateStoreContextCallback<TContext>
The callback interface for UpdateStore<TContext>(String, TContext, IUpdateStoreContextCallback<TContext>) calls.