Kea
3.0.0
auth_messages.h
Go to the documentation of this file.
1
// File created from src/lib/http/auth_messages.mes
2
3
#ifndef AUTH_MESSAGES_H
4
#define AUTH_MESSAGES_H
5
6
#include <
log/message_types.h
>
7
8
namespace
isc
{
9
namespace
http
{
10
11
extern
const
isc::log::MessageID
HTTP_CLIENT_REQUEST_AUTHORIZED
;
12
extern
const
isc::log::MessageID
HTTP_CLIENT_REQUEST_BAD_AUTH_HEADER
;
13
extern
const
isc::log::MessageID
HTTP_CLIENT_REQUEST_NOT_AUTHORIZED
;
14
extern
const
isc::log::MessageID
HTTP_CLIENT_REQUEST_NO_AUTH_HEADER
;
15
16
}
// namespace http
17
}
// namespace isc
18
19
#endif
// AUTH_MESSAGES_H
message_types.h
isc::http
Definition
auth_config.h:19
isc::http::HTTP_CLIENT_REQUEST_NOT_AUTHORIZED
const isc::log::MessageID HTTP_CLIENT_REQUEST_NOT_AUTHORIZED
Definition
auth_messages.h:13
isc::http::HTTP_CLIENT_REQUEST_BAD_AUTH_HEADER
const isc::log::MessageID HTTP_CLIENT_REQUEST_BAD_AUTH_HEADER
Definition
auth_messages.h:12
isc::http::HTTP_CLIENT_REQUEST_AUTHORIZED
const isc::log::MessageID HTTP_CLIENT_REQUEST_AUTHORIZED
Definition
auth_messages.h:11
isc::http::HTTP_CLIENT_REQUEST_NO_AUTH_HEADER
const isc::log::MessageID HTTP_CLIENT_REQUEST_NO_AUTH_HEADER
Definition
auth_messages.h:14
isc::log::MessageID
const char * MessageID
Definition
message_types.h:15
isc
Defines the logger used by the top-level component of kea-lfc.
Definition
agent_parser.cc:148
src
lib
http
auth_messages.h
Generated on
for Kea by
1.14.0