Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[leshan-dev] Enforcement of Permissions from Access Control Objects
  • From: Peter Sramka <peter.sramka@xxxxxxxxxx>
  • Date: Sat, 11 Jun 2022 01:04:20 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=tuk2q8bdVosybSDSZPGZvAV6HD3P22JPaHNYzlAhe8E=; b=QJxiEfPbaZc1rqsgcjtqc3vtpCaSgMFoTYnRgOIhQDi0CE/Z4xs4e4jHlOwNsaKEmMsYmWUaYpqthW0vzqCmlAdTgQu8qoN9If5zqUKpggz1p5sXqGAu8xZgCJ6qrWZ3EXic4hY531CGSOqH37z/snqi1KDarSdKW/vZGqe7XbJnsXmEchHw+fiig4i0xOX+PX2J+yT7y5hsf+2/EL/g0H6Klaw+0gTDGt+B4BmfTCuW009ZFUOJ6OrTl7TM1xV+mQjxrSa8dFaK4DN5xH10HbclSg+JO3DC/pxhUX/sApkIkm43w3940w3FgXBKwmvYmIEh48L5YUmBHbunUrRvPw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Qv0YwvyV9z0/rCPBQAmuz0F2xIBHqdf2veQPGD/t+8ylFsEJf3JbigYDsQBeKkiKT4NbSHNKi8lA/sczL4e5fbX7mg3TUQsc2cFMeRCxrPYgMPW6qTdxGRnGCOERDeh/yj/lmCxACCU0msi04Wwyrlh4BAew/U8dIhjCxL1wSCiGRjiz5w2BbLpfMnqonhd2hXwyF3rSuHKKNTu1izFCRAHi7d1Nm4NMlCx8/6wNx9cr83vNbKTWnrLW4rfamczl/+ZzC6ijQVM4VQtL/0+qd6xDpu6UydoOm55oFTNqWQfHL+J5IJmuX0UYDcgFw13zF+NdFrLZbNunIRjwyD8ypw==
  • Delivered-to: leshan-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/leshan-dev/>
  • List-help: <mailto:leshan-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/leshan-dev>, <mailto:leshan-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/leshan-dev>, <mailto:leshan-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYfSyZPcn9dnOrV0aS6ju82fgsrA==
  • Thread-topic: Enforcement of Permissions from Access Control Objects

I work for Oracle. We are evaluating Leshan for possible inclusion into a software product that we are developing.

 

I was looking at the nested class ACLConfig which starts at line 356 of this file:

https://github.com/eclipse/leshan/blob/master/leshan-server-core/src/main/java/org/eclipse/leshan/server/bootstrap/BootstrapConfig.java

This class has an instance variable acls. I cannot find anywhere in the code where this variable is used to enforce permissions for servers attempting to perform operations on objects.

 

Does the code enforce permissions for servers attempting to perform operations on objects?

If yes, please direct me to the place in the source code where this is happening.

If no, are there any plans to add such a feature to the code?

 

Thank you,

Peter Sramka

Principal Engineer

Oracle

 


Back to the top