1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | What is the use case of org.phoebus.pv.PV.onAccessRightsEvent().subscribe() |
From: | "Wang, Lin via Tech-talk" <tech-talk at aps.anl.gov> |
To: | tech-talk at aps.anl.gov |
Date: | Mon, 10 Jun 2024 14:58:29 +0800 (GMT+08:00) |
Dear all,
I saw the following code snippet to monitor the PV access right in Phoebus and also similar things in pvws,
As I understand, the access right of an IOC or an CA gateway is determined by the Access Security Configuration File when started, and the access right can be obtained by the following code,
So my question is, in which scenario does the access right of an IOC dynamically change after started and is necessary to be monitored using the onAccessRightEvent() method?
Thanks,
Lin