Package com.aquima.web.ui
Class JsonStartApplicationForbiddenError
- java.lang.Object
-
- com.aquima.web.ui.JsonError
-
- com.aquima.web.ui.AbstractJsonStartForbiddenError
-
- com.aquima.web.ui.JsonStartApplicationForbiddenError
-
public class JsonStartApplicationForbiddenError extends AbstractJsonStartForbiddenError
AJsonError
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:
JsonStartShortcutForbiddenError
-
-
Constructor Summary
Constructors Constructor Description JsonStartApplicationForbiddenError​(String message, com.blueriq.component.api.IProjectReference projectDetails)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChannel()
String
getFlow()
String
getLanguageCode()
String
getProject()
String
getTheme()
String
getUi()
String
getVersion()
-
Methods inherited from class com.aquima.web.ui.AbstractJsonStartForbiddenError
getSsoLogoutUrl, isSsoEnabled, setSsoEnabled, setSsoLogoutUrl
-
Methods inherited from class com.aquima.web.ui.JsonError
getErrorType, getMessage, getStacktrace, getTitle
-
-
-
-
Constructor Detail
-
JsonStartApplicationForbiddenError
public JsonStartApplicationForbiddenError​(String message, com.blueriq.component.api.IProjectReference projectDetails)
-
-