7#ifndef DEFAULT_CREDENTIALS_H 
    8#define DEFAULT_CREDENTIALS_H 
   11#include <unordered_set> 
   33    static void check(
const std::string& value);
 
 
Exception(const char *file, size_t line, const char *what)
Constructor for a given type for exceptions with file name and file line number.
virtual const char * what() const
Returns a C-style character string of the cause of the exception.
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.