7#ifndef DEFAULT_CREDENTIALS_H
8#define DEFAULT_CREDENTIALS_H
11#include <unordered_set>
33 static void check(
const std::string& value);
This is a base class for exceptions thrown from the DNS library module.
virtual const char * what() const
Returns a C-style character string of the cause of the exception.
Exception thrown on attempt to use a default credential.
DefaultCredential(const char *file, size_t line, const char *what)
Defines the logger used by the top-level component of kea-lfc.
Base class for default credentials.
static const std::unordered_set< std::string > DEFAULT_CREDENTIALS
Default credentials.
static void check(const std::string &value)
Check if the value is a default credential.