Security exit return codes
The following return codes are recognized by MQIPT when calling a security exit in the following situations:
Return code | Description | init | validate | refresh |
---|---|---|---|---|
ExitRc.OK | Request completed successfully. | yes | yes | yes |
ExitRc.INIT_ERROR | Init request failed, route will be disabled. | yes | ||
ExitRc.REFRESH_ERROR | Refresh request failed. | yes | ||
ExitRc.NOT_AUTHORIZED | Validation process failed, connection request rejected. | yes | ||
ExitRc.DISABLE_SSL | Validation request successful, connection to target will not use SSL or TLS. | yes |