OpenDOF Project
boolean DOFServerConfigBuilder_AddDomain ( const DOFServerConfigBuilder  self,
DOFDomainConfig  domain 
)

Adds credentials to validate that an inbound connection established by the server may be to an authorized AS (one able to process authentication requests) for a domain.

If the validation for any credentials fails, the connection will still be allowed to open, but will not be considered a valid route for the domain associated with the failed credentials.

Parameters
selfDOFServerConfigBuilder. If self is NULL, no action will be taken.
domainThe domain config to add. This should not be NULL.
Return values
Non-Zero(TRUE) if the credentials were added successfully.
Exceptions
Zero(FALSE) is 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