OpenDOF Project
Files | Typedefs | Functions
DOFSecurityScope
Distributed Object Framework (DOF)

Security scopes in the DOF govern how operations are routed and processed. More...

Files

file  oal.h
 Header file for the C OAL functions, defines and data types.
 

Typedefs

typedef struct DOFSecurityScope_t * DOFSecurityScope
 A complete, immutable security scope definition.
 

Functions

void DOFSecurityScope_Destroy (DOFSecurityScope self)
 Destroys a DOFSecurityScope.
 

Detailed Description

Security scopes in the DOF govern how operations are routed and processed.

Only when an operation's security scope is compatible with a system, connection, or server can that operation be processed or sent to the system, connection, or server. Compatibility of security scopes is discussed in the DOF Security Specification.

core-c-dof-oal Version 7.1.5 Build 0
2017-01-25