Struct opcua_server::server::Endpoint [] [src]

pub struct Endpoint {
    pub name: String,
    pub endpoint_url: String,
    pub security_policy_uri: UAString,
    pub security_mode: MessageSecurityMode,
    pub anonymous: bool,
    pub user: Option<String>,
    pub pass: Option<Vec<u8>>,
}

Fields

Methods

impl Endpoint
[src]

Compares the identity token to the endpoint and returns GOOD if it authenticates

Trait Implementations

impl Clone for Endpoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more