Uses of Class
com.netgrif.application.engine.auth.domain.throwable.UnauthorisedRequestException
-
-
Uses of UnauthorisedRequestException in com.netgrif.application.engine.auth.web
Methods in com.netgrif.application.engine.auth.web that throw UnauthorisedRequestException Modifier and Type Method Description UserResourceUserController. updateUser(java.lang.String userId, UpdateUserRequest updates, org.springframework.security.core.Authentication auth, java.util.Locale locale) -
Uses of UnauthorisedRequestException in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service that throw UnauthorisedRequestException Modifier and Type Method Description booleanFilterService. deleteFilter(java.lang.String filterId, LoggedUser user)Deprecated. -
Uses of UnauthorisedRequestException in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces that throw UnauthorisedRequestException Modifier and Type Method Description booleanIFilterService. deleteFilter(java.lang.String filterId, LoggedUser user)Deprecated. -
Uses of UnauthorisedRequestException in com.netgrif.application.engine.workflow.web
Methods in com.netgrif.application.engine.workflow.web that throw UnauthorisedRequestException Modifier and Type Method Description MessageResourceFilterController. deleteFilter(java.lang.String filterId, org.springframework.security.core.Authentication auth)Deprecated.
-