OpenDOF Project
boolean DOFServerConfigBuilder_AddTrustedDomain ( const DOFServerConfigBuilder  self,
DOFObjectIDDomain  domainID 
)

Indicates that resulting inbound connections are a trusted route to an authorized AS (one able to process authentication requests) for a domain.

The domain is not validated by any credentials. The server should be properly protected (e.g., by security and/or firewalls) to ensure that arbitrary inbound connections are not used as trusted domain routes.

Parameters
selfDOFServerConfigBuilder. If self is NULL, no action will be taken.
domainIDThe ID of the domain to be trusted on resulting inbound connections. This should not be NULL. This may be DOFOBJECTIDDOMAIN_BROADCAST to indicate the connection is trusted for any domain.
Return values
Non-Zero(TRUE) if the domain route was added successfully.
Exceptions
Zero(FALSE) is returned if an invalid parameter was detected or insufficient resources were available to add the domain route.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22