Class JsonStartShortcutForbiddenError


public class JsonStartShortcutForbiddenError extends AbstractJsonStartForbiddenError
A JsonError intended to be used when starting a project via a shortcut is forbidden due to the user lacking the required roles. This error provides information about:
  • the shortcut which could not be started
  • whether single sign-on is enabled
  • the URL where the user can end the sso session before logging in with a different account and attempting to restart the project
Since:
11.7
Author:
Petru Galanton
See Also:
  • Constructor Details Link icon

    • JsonStartShortcutForbiddenError Link icon

      public JsonStartShortcutForbiddenError(String message, String shortcutName)
  • Method Details Link icon

    • getShortcut Link icon

      public String getShortcut()