OpenDOF Project
boolean DOFConnectionConfigBuilder_AddDomain ( DOFConnectionConfigBuilder  self,
DOFDomainConfig  domain 
)

Add credentials to validate that the resulting connection is to an authorized AS (one able to process authentication requests) for a domain.

If the validation for any credentials fails, the connection will fail to open.

Parameters
selfDOFConnectionConfigBuilder. If self is NULL, no action will be taken.
domainThe domain config to add. This should not be NULL.
Return values
TRUEif the credentials were added successfully.
Exceptions
FALSEis returned if an invalid parameter was detected or insufficient resources were available to add the credentials.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22