OpenDOF Project
boolean DOFAuthenticatorConfigBuilder_SetDebug ( DOFAuthenticatorConfigBuilder  self,
boolean  isDebug 
)

Sets the debug mode flag for the authenticator.

The default debug mode flag is FALSE (disabled). It is invalid to build a authenticator with this flag TRUE (enabled) but without a key (see DOFAuthenticatorConfigBuilder_SetDebugKey). A debug key should only be used in a testing environment. Please refer to DOFAuthenticatorConfigBuilder_Create for the default value for this setting.

Parameters
selfThe DOFAuthenticatorConfigBuilder. This may be NULL, in which case no action is taken.
isDebugIf the debug mode flag should be enabled (TRUE) or disabled (FALSE).
Return values
TRUEDebug was set.
Exceptions
FALSEDebug was failed to be set.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22