Issue 555: Policy Object (sec-rev) Source: (, ) Nature: Uncategorized Severity: Summary: Summary: GIven a Policy object there is no way of telling what PolicyType it is of. Add " readonly attribute PolicyType policy_type; " to the Policy Interface. Resolution: resolved, close issue Revised Text: Actions taken: April 24, 1997: received issue March 26, 1998: closed issue Discussion: End of Annotations:===== Return-Path: Date: Wed, 23 Apr 1997 18:29:35 -0400 From: Jishnu Mukerji Organization: Hewlett-Packard New Jersey Labs Subject: A few things to think about Errors-To: owner-sec-rev Sender: owner-sec-rev X-OMG: sec-rev To: sec-rev Following up on some discussions that we have had with the Core RTF folks two items were identified that need to be passed by the Security RTF. They are: 4) At present given a Policy object there is no way of telling what PolicyType it is of, short of attempting to narrow it to a given PolicyType and succeeding/failing to do so. There is a proposal to add readonly attribute PolicyType policy_type; to the Policy interface. Any thoughts on that? BTW, it should be noted that in resolving the issue on the lack of lifecycle management operations for the Policy object it is proposed to add a "copy" and a "destroy" operation to the CORBA::Policy interface. That's all for now.