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
-
self | The DOFServerConfigBuilder to add the wildcard credentials to. If self is NULL, no action will be taken. |
credentials | The 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
-
FALSE | If the DOFCredentials failed to be added. |