No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 809B

12345678910111213141516171819
  1. ##@package lodel.auth Package handling authentication on Lodel2
  2. #
  3. #The authentication mechanism is divided in multiple pieces :
  4. #- The client ( @ref lodel.auth.auth.Client ) singleton class that stores
  5. # and uses the clients' informations
  6. #- The session handler, implemented as a plugin
  7. #
  8. #@par Client class
  9. #
  10. #The @ref lodel.auth.auth.Client class is an abstract singleton. It is designed
  11. #to be implemented by UI plugins. In fact we don't have the same client
  12. #informations on a web UI, on a CLI or with UDP communications. The main goal
  13. #of this class is then to provide an API to interface plugins to stores client
  14. #informations allowing lodel2 to produce security log messages containing
  15. #client informations.
  16. #
  17. #@par Session handler
  18. #
  19. # The session handler is implemented as a plugin, called by hooks.