Issue 3629: SecurityReplaceable module errors in Security spec 1.7 (sec-rev) Source: (, ) Nature: Uncategorized Issue Severity: Summary: There are a few errors in the IDL listed in the Security Service 1.7 spec in the SecurityReplaceable module. They are: 1. In the Vault interface: Security::AuthenticationMethodList get_supported_authen_methods( in Security::MechanismType mechanism; ); There is an extraneous semi-colon after the MechanismType parameter. This should be: Security::AuthenticationMethodList get_supported_authen_methods( in Security::MechanismType mechanism ); 2. In the SecurityContext interface: boolean process_discard_token ( in Security::OpaqueBuffer discard_token, ); There is an extraneous comma after the OpaqueBuffer parameter. This should be: boolean process_discard_token ( in Security::OpaqueBuffer discard_token ); Resolution: close with revised text Revised Text: Editorial Changes: Section 15.7.2 Implementation-Level Security Object Interfaces Remove extraneous comma from "process_refresh_token" on Page 15-180 Remove extraneous comma from "process_discard_token" on Page 15-181 Appendix A.7: Security Replaceable Service Interfaces Remove extraneous semi-colon from "get_supported_authen_methods". Remove extraneous comma from "process_discard_token" page 15-330. Actions taken: May 19, 2000: received issue August 3, 2001: closed issue Discussion: End of Annotations:===== Date: Thu, 18 May 2000 15:18:43 -0700 To: issues@omg.org Subject: SecurityReplaceable module errors in Security spec 1.7 Message-ID: <20000518151843.I32498@ece.uci.edu> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.2i From: Ossama Othman Content-Type: text/plain; charset=us-ascii X-UIDL: \P>e9_?m!!8a6!!jL6e9 Hi, There are a few errors in the IDL listed in the Security Service 1.7 spec in the SecurityReplaceable module. They are: 1. In the Vault interface: Security::AuthenticationMethodList get_supported_authen_methods( in Security::MechanismType mechanism; ); There is an extraneous semi-colon after the MechanismType parameter. This should be: Security::AuthenticationMethodList get_supported_authen_methods( in Security::MechanismType mechanism ); 2. In the SecurityContext interface: boolean process_discard_token ( in Security::OpaqueBuffer discard_token, ); There is an extraneous comma after the OpaqueBuffer parameter. This should be: boolean process_discard_token ( in Security::OpaqueBuffer discard_token ); Thanks, -Ossama -- Ossama Othman Distributed Object Computing Laboratory, Univ. of California at Irvine 1024D/F7A394A8 - 84ED AA0B 1203 99E4 1068 70E6 5EB7 5E71 F7A3 94A8