Issue 1930: DelegationMode (sec-rev) Source: (, ) Nature: Uncategorized Issue Severity: Summary: Summary: enum DelegationMode is defined in Security.idl and in SecurityLevel2.idl. Both definitions are rather different: Resolution: Revised Text: Actions taken: September 2, 1998: received issue November 13, 1998: closed issue Discussion: received issue End of Annotations:===== Return-Path: X-Sender: nick@192.92.110.1 Date: Wed, 02 Sep 1998 18:26:18 -0400 To: sec-rev@omg.org From: Nick Brachet Subject: DelegationMode enum DelegationMode is defined in Security.idl and in SecurityLevel2.idl. Both definitions are rather different: module Security { enum DelegationMode { SecDelModeNoDelegation, // i.e. use own credentials SecDelModeSimpleDelegation, // delegate received credentials SecDelModeCompositeDelegation // delegate both; }; }; module SecurityLevel2 { enum DelegationMode {Delegate, NoDelegate}; }; They are 2 distinct types, yet it's an unnecessary source of confusion. Besides I would advocate that SecurityLevel2::DelegationMode should be defined in module Security, as are all other types. Nick. --- Once upon a time... Return-Path: X-Authentication-Warning: marcy.adiron.com: polar owned process doing -bs Date: Wed, 9 Sep 1998 10:49:31 -0400 (EDT) From: Polar Humenn To: Nick Brachet , sec-rev@omg.org Subject: Re: Delegation Mode Nick Brachet wrote: > enum DelegationMode is defined in Security.idl and in > SecurityLevel2.idl. Both definitions are rather different: > .... I believe I raised an issue about this. In fact, the SecurityLevel2 definintion, semanticly is more of a policy directive than it is a "mode". I have recommended to change this SecurityLevel2::DelegationMode to SecurityLevel2::DelegationDirective. And Create a Policy interface for it was well. But, I think you are correct, it's definition should go in Security. Cheers, -Polar ------------------------------------------------------------------- Polar Humenn Adiron, LLC President 2-212 Center for Science & Technology mailto:polar@adiron.com CASE Center/Syracuse University Phone: 315-443-3171 Syracuse, NY 13244-4100 Fax: 315-443-4745 http://www.adiron.com