Package-level declarations

Types

Link copied to clipboard
@Service
class Authorizer(taskTypeRepo: TaskTypeRepo, config: TaskControllerConfig)
Link copied to clipboard
sealed interface AuthorizeRequest
Link copied to clipboard
@ResponseStatus(value = HttpStatus.FORBIDDEN)
class NotEnoughPermissionError(msg: String = "Not enough permissions") : Exception
Link copied to clipboard
@ResponseStatus(value = HttpStatus.NOT_FOUND)
class NotFoundError(msg: String = "Object not found") : Exception
Link copied to clipboard