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

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

Macros

#define DOFSECURITYSCOPE_ALL_SCOPES_ID
 Security scope ID used as a wildcard to indicate all applicable scopes.
 

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 8.0.1 Build 0
2018-01-22