OpenDOF Project
boolean DOFConnectionConfigBuilder_AddTrustedDomain ( DOFConnectionConfigBuilder  self,
DOFObjectIDDomain  domainID 
)

Indicate that the resulting connection is a trusted route to an authorized AS (one able to process authentication requests) for a domain.

The domain is not validated by any credentials.

Parameters
selfDOFConnectionConfigBuilder. If self is NULL, no action will be taken.
domainIDThe ID of the domain to be trusted on the resulting connection. This should not be NULL. This may be DOFOBJECTIDDOMAIN_BROADCAST to indicate the connection is trusted for any domain.
Return values
TRUEif the domain route was added successfully.
Exceptions
FALSEis 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