Module auth

Module auth 

Source
Expand description

Contains the Authenticator trait that is used by the Server to authenticate users, as well as its various implementations.

Structs§

AnonymousAuthenticator
Authenticator implementation that simply allows everyone.

Traits§

Authenticator
Defines the common interface that can be implemented for a multitude of authentication backends, e.g. LDAP or PAM. It is used by Server to authenticate users.