Skip to main content

PermissionsCredentialToken

Type Alias PermissionsCredentialToken 

Source
pub type PermissionsCredentialToken = DataHolder;
Expand description

PermissionsCredentialToken (Spec §10.4.2 Tab.64). Wird im Stateless-Topic-Handshake transportiert, nicht im SPDP.

Aliased Type§

pub struct PermissionsCredentialToken {
    pub class_id: String,
    pub properties: Vec<WireProperty>,
    pub binary_properties: Vec<BinaryProperty>,
}

Fields§

§class_id: String

Plugin-Class-Id, z.B. "DDS:Auth:PKI-DH:1.2".

§properties: Vec<WireProperty>

String-Properties (Spec §7.2.6 Tab.5).

§binary_properties: Vec<BinaryProperty>

Binary-Properties (Spec §7.2.6 Tab.6).