django-permissions-auditor
stable

Contents:

  • Overview
  • Installation
  • Settings
  • Admin Site
  • Management Commands
  • Example Views
  • Included Processors
    • Django Auth Decorators
    • Django Auth Mixins
  • Custom Processors
  • Changelog
django-permissions-auditor
  • Included Processors
  • Edit on GitHub

Included Processors

Processors are what do the work of parsing the permissions out of a view.

Default Processors:

  • Django Auth Decorators
    • PermissionRequiredDecoratorProcessor
      • PermissionRequiredDecoratorProcessor
    • LoginRequiredDecoratorProcessor
      • LoginRequiredDecoratorProcessor
    • StaffMemberRequiredDecoratorProcessor
      • StaffMemberRequiredDecoratorProcessor
    • ActiveUserRequiredDecoratorProcessor
      • ActiveUserRequiredDecoratorProcessor
    • AnonymousUserRequiredDecoratorProcessor
      • AnonymousUserRequiredDecoratorProcessor
    • SuperUserRequiredDecoratorProcessor
      • SuperUserRequiredDecoratorProcessor
    • UserPassesTestDecoratorProcessor
      • UserPassesTestDecoratorProcessor
  • Django Auth Mixins
    • PermissionRequiredMixinProcessor
      • PermissionRequiredMixinProcessor
    • LoginRequiredMixinProcessor
      • LoginRequiredMixinProcessor
    • UserPassesTestMixinProcessor
      • UserPassesTestMixinProcessor
Previous Next

© Copyright 2019. Revision ee3c96ec.

Built with Sphinx using a theme provided by Read the Docs.