OpenDOF Project
boolean DOFServerConfigBuilder_SetWildcardCredentials ( const DOFServerConfigBuilder  self,
DOFCredentials  credentials 
)

Sets the wildcard credentials for the server.

These DOFCredentials will be used to attempt to get DOFCredentials for any domain that comes in that the DOFServerConfig does not have credentials to already handle. The given DOFCredentials will be used to create new DOFCredentials in the new domain.

Parameters
selfThe DOFServerConfigBuilder to add the wildcard credentials to. If self is NULL, no action will be taken.
credentialsThe DOFCredentials to use as wildcard credentials. If NULL the previously set credentials will be removed.
Returns
boolean TRUE The DOFCredentials were added to the config.
Exceptions
FALSEIf the DOFCredentials failed to be added.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22