|
PostgreSQL Source Code git master
|
#include <hba.h>
| struct sockaddr_storage HbaLine::addr |
Definition at line 103 of file hba.h.
Referenced by check_hba(), and fill_hba_line().
| int HbaLine::addrlen |
Definition at line 104 of file hba.h.
Referenced by fill_hba_line().
| UserAuth HbaLine::auth_method |
Definition at line 109 of file hba.h.
Referenced by check_hba(), fill_hba_line(), and get_hba_options().
| ClientCertMode HbaLine::clientcert |
Definition at line 125 of file hba.h.
Referenced by get_hba_options().
| ClientCertName HbaLine::clientcertname |
| ConnType HbaLine::conntype |
Definition at line 100 of file hba.h.
Referenced by check_hba(), and fill_hba_line().
| List* HbaLine::databases |
Definition at line 101 of file hba.h.
Referenced by check_hba(), and fill_hba_line().
| char* HbaLine::hostname |
Definition at line 108 of file hba.h.
Referenced by check_hba(), and fill_hba_line().
| bool HbaLine::include_realm |
Definition at line 128 of file hba.h.
Referenced by get_hba_options().
| IPCompareMethod HbaLine::ip_cmp_method |
Definition at line 107 of file hba.h.
Referenced by check_hba(), and fill_hba_line().
| char* HbaLine::krb_realm |
Definition at line 127 of file hba.h.
Referenced by get_hba_options().
| char* HbaLine::ldapbasedn |
Definition at line 121 of file hba.h.
Referenced by get_hba_options().
| char* HbaLine::ldapbinddn |
Definition at line 117 of file hba.h.
Referenced by get_hba_options().
| char* HbaLine::ldapbindpasswd |
Definition at line 118 of file hba.h.
Referenced by get_hba_options().
| int HbaLine::ldapport |
Definition at line 116 of file hba.h.
Referenced by get_hba_options().
| char* HbaLine::ldapprefix |
Definition at line 123 of file hba.h.
Referenced by get_hba_options().
| char* HbaLine::ldapscheme |
Definition at line 114 of file hba.h.
Referenced by get_hba_options().
| int HbaLine::ldapscope |
Definition at line 122 of file hba.h.
Referenced by get_hba_options().
| char* HbaLine::ldapsearchattribute |
Definition at line 119 of file hba.h.
Referenced by get_hba_options().
| char* HbaLine::ldapsearchfilter |
Definition at line 120 of file hba.h.
Referenced by get_hba_options().
| char* HbaLine::ldapserver |
Definition at line 115 of file hba.h.
Referenced by get_hba_options().
| char* HbaLine::ldapsuffix |
Definition at line 124 of file hba.h.
Referenced by get_hba_options().
| bool HbaLine::ldaptls |
Definition at line 113 of file hba.h.
Referenced by get_hba_options().
| struct sockaddr_storage HbaLine::mask |
Definition at line 105 of file hba.h.
Referenced by check_hba(), and fill_hba_line().
| int HbaLine::masklen |
Definition at line 106 of file hba.h.
Referenced by fill_hba_line().
| char* HbaLine::oauth_issuer |
Definition at line 139 of file hba.h.
Referenced by get_hba_options(), and validate_token().
| char* HbaLine::oauth_scope |
Definition at line 140 of file hba.h.
Referenced by get_hba_options(), and validate_token().
| bool HbaLine::oauth_skip_usermap |
Definition at line 142 of file hba.h.
Referenced by get_hba_options().
| char* HbaLine::oauth_validator |
Definition at line 141 of file hba.h.
Referenced by get_hba_options().
| char* HbaLine::pamservice |
Definition at line 111 of file hba.h.
Referenced by get_hba_options().
| char* HbaLine::radiusidentifiers_s |
Definition at line 136 of file hba.h.
Referenced by get_hba_options().
| char* HbaLine::radiusports_s |
Definition at line 138 of file hba.h.
Referenced by get_hba_options().
| char* HbaLine::radiussecrets_s |
Definition at line 134 of file hba.h.
Referenced by get_hba_options().
| char* HbaLine::radiusservers_s |
Definition at line 132 of file hba.h.
Referenced by get_hba_options().
| List* HbaLine::roles |
Definition at line 102 of file hba.h.
Referenced by check_hba(), and fill_hba_line().
| char* HbaLine::usermap |
Definition at line 110 of file hba.h.
Referenced by get_hba_options().