OpenDDS  Snapshot(2023/04/28-20:55)
Properties.h
Go to the documentation of this file.
1 /*
2  *
3  *
4  * Distributed under the OpenDDS License.
5  * See: http://www.opendds.org/license.html
6  */
7 
8 #ifndef OPENDDS_DCPS_SECURITY_FRAMEWORK_PROPERTIES_H
9 #define OPENDDS_DCPS_SECURITY_FRAMEWORK_PROPERTIES_H
10 
12 
13 namespace DDS {
14 namespace Security {
15 namespace Properties {
16 
17 const char AccessGovernance[] = "dds.sec.access.governance";
18 const char AccessPermissions[] = "dds.sec.access.permissions";
19 const char AccessPermissionsCA[] = "dds.sec.access.permissions_ca";
20 const char AuthIdentityCA[] = "dds.sec.auth.identity_ca";
21 const char AuthIdentityCertificate[] = "dds.sec.auth.identity_certificate";
22 const char AuthPassword[] = "dds.sec.auth.password";
23 const char AuthPrivateKey[] = "dds.sec.auth.private_key";
24 
25 }
26 }
27 }
28 
30 
31 #endif /* OPENDDS_DCPS_SECURITY_FRAMEWORK_PROPERTIES_H */
const char AuthPassword[]
Definition: Properties.h:22
const char AuthIdentityCA[]
Definition: Properties.h:20
const char AuthPrivateKey[]
Definition: Properties.h:23
const char AccessGovernance[]
Definition: Properties.h:17
const char AccessPermissionsCA[]
Definition: Properties.h:19
The End User API.
sequence< Property > Properties
const char AuthIdentityCertificate[]
Definition: Properties.h:21
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
const char AccessPermissions[]
Definition: Properties.h:18