5.2.2. Class AbstractAuthenticationBackend

This is an abstract class to encapsulate an authentication backend, which is responsible for checking authentication credentials against a backend database. In actual configurations, use one of the derived classes like VAS2AuthenticationBackend.

The interface defined here is used by various authentication methods like VAAuthentication and InbandAuthentication.