|
openDAQ
Open data acquisition platform
|
Collaboration diagram for AuthenticationProvider:Classes | |
| struct | IAuthenticationProvider |
| A class which is responsible for authenticating a user. The authentication is usually done by verifying the username and password. An authenticator implementation might use external services for achieving that. It might make a call to an external database, do a lookup to a json file with defined users or it might simply check the password against a hardcoded one. More... | |
| class | AuthenticationProviderPtr |
| A class which is responsible for authenticating a user. The authentication is usually done by verifying the username and password. An authenticator implementation might use external services for achieving that. It might make a call to an external database, do a lookup to a json file with defined users or it might simply check the password against a hardcoded one. More... | |