Class JsonStartApplicationForbiddenError


public class JsonStartApplicationForbiddenError extends AbstractJsonStartForbiddenError
A JsonError intended to be used when starting a project via parameters is forbidden due to the user lacking the required roles. This error provides information about:
  • the project 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

    • JsonStartApplicationForbiddenError Link icon

      public JsonStartApplicationForbiddenError(String message, com.blueriq.component.api.IProjectReference projectDetails)
  • Method Details Link icon

    • getProject Link icon

      public String getProject()
    • getVersion Link icon

      public String getVersion()
    • getFlow Link icon

      public String getFlow()
    • getLanguageCode Link icon

      public String getLanguageCode()
    • getUi Link icon

      public String getUi()
    • getTheme Link icon

      public String getTheme()
    • getChannel Link icon

      public String getChannel()