|
Robot Raconteur Core C++ Library
|
Go to the source code of this file.
Classes | |
| class | RobotRaconteur::ServiceSecurityPolicy |
| Security policy for Robot Raconteur service. More... | |
| class | RobotRaconteur::AuthenticatedUser |
| Class representing an authenticated user. More... | |
| class | RobotRaconteur::UserAuthenticator |
| Base class for user authenticators. More... | |
| class | RobotRaconteur::PasswordFileUserAuthenticator |
| Simple authenticator using a list of username, password hash, and privileges stored in a file or string. More... | |
Typedefs | |
| using | RobotRaconteur::ServiceSecurityPolicyPtr = boost::shared_ptr<ServiceSecurityPolicy> |
| Convenience alias for ServiceSecurityPolicy shared_ptr. | |
| using | RobotRaconteur::AuthenticatedUserPtr = boost::shared_ptr<AuthenticatedUser> |
| Convenience alias for AuthenticatedUser shared_ptr. | |
| using | RobotRaconteur::UserAuthenticatorPtr = boost::shared_ptr<UserAuthenticator> |
| Convenience alias for UserAuthenticator shared_ptr. | |
| using | RobotRaconteur::PasswordFileUserAuthenticatorPtr = boost::shared_ptr<PasswordFileUserAuthenticator> |
| Convenience alias for PasswordFileUserAuthenticator shared_ptr. | |