reviewboard.accounts.backends¶
Forwarding imports and legacy utilities for authentication backends.
This module provides legacy functionality for registering authentication backends, along with forwarding imports for:
Authenticate a user against an Active Directory server. |
|
Base class for a Review Board authentication backend. |
|
Authenticate against a user in a digest password file. |
|
Authentication backend for LDAP servers. |
|
Authenticate against a user on an NIS server. |
|
A registry for managing authentication backends. |
|
Registry instance for working with available authentication backends. |
|
Return all authentication backends being used by Review Board. |
|
Authenticate users against the local database. |
|
Authenticate a user from a X.509 client certificate. |
Changed in version 3.0: The contents of this module were split into sub-modules.
- AuthBackend[source]¶
alias of
BaseAuthBackend