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. | |
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.