Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
Loading...
Searching...
No Matches
auth Module Reference

Local and Remote Authentication Management. More...

Classes

interface  AuthManager
 Authentication manager interface. More...
 
interface  ClientCertAuthManager
 configuration interface More...
 
interface  LdapManager
 LDAP server configuration interface. More...
 
struct  Policy
 Authentication policy. More...
 
interface  RadiusManager
 RADIUS server configuration interface. More...
 

Enumerations

enum  Type {
  LOCAL , RADIUS , KERBEROS , TACACS_PLUS ,
  LDAP , CC
}
 Authentication type. More...
 

Detailed Description

Local and Remote Authentication Management.

httpd client cert authentication settings

Enumeration Type Documentation

◆ Type

enum auth::Type

Authentication type.

Enumerator
LOCAL 

local authentication

RADIUS 

authentication via radius server

KERBEROS 

authentication with kerberos tickets (not implemented)

TACACS_PLUS 

authentication via TACACS+ (not implemented)

LDAP 

authentication via LDAP server

CC 

cc authentication

Definition at line 10 of file AuthManager.idl.