Kea 3.1.8
radius_tls.h
Go to the documentation of this file.
1// Copyright (C) 2026 Internet Systems Consortium, Inc. ("ISC")
2//
3// This Source Code Form is subject to the terms of the Mozilla Public
4// License, v. 2.0. If a copy of the MPL was not distributed with this
5// file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
7#ifndef RADIUS_TLS_H
8#define RADIUS_TLS_H
9
10#include <radius_service.h>
11
12namespace isc {
13namespace radius {
14
16class RadiusTls : public RadiusService {
17public:
18
20 RadiusTls();
21
23 virtual ~RadiusTls() = default;
24
28 void setIdleTimer();
29
31 static void IdleTimerCallback();
32};
33
34} // end of namespace isc::radius
35} // end of namespace isc
36
37#endif
RadiusService(const std::string &name)
Constructor.
static void IdleTimerCallback()
Idle timer callback.
Definition radius_tls.cc:42
RadiusTls()
Constructor.
Definition radius_tls.cc:21
virtual ~RadiusTls()=default
Destructor.
void setIdleTimer()
Set idle timer.
Definition radius_tls.cc:25
Defines the logger used by the top-level component of kea-lfc.