#include <mw/cwrt/servicesecurityinterface.h>
| class IServiceSecurity |
| Public Member Functions | |
|---|---|
| pure virtual void | setSecuritySession(WRT::SecSession *) |
Interface class for service provider plugins to handle security checks
| void | setSecuritySession | ( | WRT::SecSession * | secSession | ) | [pure virtual] |
Sets the security manager session. This allows the provider to perform custom security checks on a per method basis. This also gives the provider client information as well.
| Parameters | |
|---|---|
| secSession | Security Manager session - not owned |