PM4Py-WS Handlers and Managers
Each service has access to a singleton object hosting all the handlers needed for authentication, session management, user-log visibility and permissions, log management, and exception handling. Each different handler is provided as a factory method, that means several different implementations are possible. The handlers provided by the singleton object are the following:
- Session manager
- Log management
- Exception handler