6.1.1.2.1.7. linotp.controllers.manage module

manage controller - In provides the web gui management interface

class linotp.controllers.manage.ManageController(*args, **kw)[source]

Bases: linotp.lib.base.BaseController

audittrail()[source]

This is the template for the audit trail TAB

custom_style()[source]

If this action was called, the user hasn’t created a custom-style.css yet. To avoid hitting the debug console over and over, we serve an empty file.

help()[source]

This downloads the Manual

The filename will be the 3. part,ID https://172.16.200.6/manage/help/somehelp.pdf The file is downloaded through pylons!

index()[source]

This is the main function of the management web UI

logout()[source]

redirect logout

policies()[source]

This is the template for the policies TAB

tokeninfo()[source]

this returns the contents of /admin/show?serial=xyz in a html format

tokentype()[source]
tokenview()[source]

This is the template for the token TAB

tokenview_flexi()[source]

This function is used to fill the flexigrid. Unlike the complex /admin/show function, it only returns a simple array of the tokens.

userview()[source]

This is the template for the token TAB

userview_flexi()[source]

This function is used to fill the flexigrid. Unlike the complex /admin/userlist function, it only returns a simple array of the tokens.