Uses of Class
com.aquima.web.api.exception.ClientParameterException
Packages that use ClientParameterException
-
Uses of ClientParameterException in com.aquima.web.api.controller.v2
Methods in com.aquima.web.api.controller.v2 with parameters of type ClientParameterExceptionModifier and TypeMethodDescriptionAbstractBaseController.clientParametersException
(ClientParameterException exception) DecisionTreeController.clientParametersException
(ClientParameterException exception) Methods in com.aquima.web.api.controller.v2 that throw ClientParameterExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<?> RedirectedStartController.startProject
(org.springframework.web.context.request.WebRequest request, jakarta.servlet.http.HttpServletRequest httpRequest, String projectName, String flow, String version, String languageCode, String aquimaUi, String theme, String channel, String testPath, String redirectUrl, String unauthorizedUrl, String errorUrl) org.springframework.http.ResponseEntity
<?> RedirectedStartController.startShortcut
(org.springframework.web.context.request.WebRequest request, jakarta.servlet.http.HttpServletRequest httpRequest, String shortcutName, String testPath, String redirectUrl, String unauthorizedUrl, String errorUrl) -
Uses of ClientParameterException in com.aquima.web.boot.security
Methods in com.aquima.web.boot.security that throw ClientParameterExceptionModifier and TypeMethodDescriptionvoid
RedirectUriVerifier.verifyUrlWhitelisted
(String uri, List<String> redirectUrlWhitelist)