Leosac
0.8.0
Open Source Access Control
|
This is the complete list of members for Leosac::Module::WebSockAPI::Service, including all inherited members.
register_asio_handler(HandlerT &&handler, const std::string &type, boost::asio::io_service &io) | Leosac::Module::WebSockAPI::Service | inline |
register_asio_handler_permission(HandlerT &&handler, const std::string &type, ActionActionParam permission, boost::asio::io_service &io) | Leosac::Module::WebSockAPI::Service | inline |
register_asio_handler_permission(HandlerT &&handler, const std::string &type, SecurityContext::Action permission, boost::asio::io_service &io) | Leosac::Module::WebSockAPI::Service | inline |
register_crud_handler(const std::string &resource_name, CRUDResourceHandler::Factory factory) | Leosac::Module::WebSockAPI::Service | |
register_handler(HandlerT &&handler, const std::string &type) | Leosac::Module::WebSockAPI::Service | inline |
register_typed_handler(const WSHandler &handler, const std::string &type) | Leosac::Module::WebSockAPI::Service | private |
server_ | Leosac::Module::WebSockAPI::Service | private |
Service(WSServer &server) | Leosac::Module::WebSockAPI::Service | inline |
unregister_handler(const std::string &name) | Leosac::Module::WebSockAPI::Service | |
WSHandler typedef | Leosac::Module::WebSockAPI::Service |