Issue 3044: Section: 15.7 Security Implementers Interfaces. (sec-rev) Source: Syracuse University (Dr. Polar Humenn, polar(at)adiron.com) Nature: Uncategorized Issue Severity: Summary: Subject: There is no way to find out how Tagged Components are generated for replaceable security mechanisms. This should be a function of the Vault, as it is the center piece of security mechanism replaceablablity. Resolution: Revised Text: Close Issue 2958 3044 3047 About not being able to get IOR components for supported security mechanisms: [Add the following end of the Vault section. Add on page 15-173 before the "The Security Context Object" header.] create_ior_components This operation is called to create a set of security related TaggedComponents that indicate the security mechanisms supported by the Vault and the given set of Credentials objects. IOP::TaggedComponentList create_ior_components( in SecurityLevel2::CredentialsList creds_list ); Parameters creds_list This argument lists the credentials that are to be considered in creating the Tagged Components. Return Value This operation returns the Tagged Components. Add the following to the Consolidate IDL Appendix A.7. Security Replaceable Service Interfaces, add: #include <IOP.idl> and in the definition of the Vault, add: IOP::TaggedComponentList create_ior_components( in SecurityLevel2::CredentialsList creds_list ); Actions taken: November 22, 1999: received issue March 10, 2000: closed issue Discussion: End of Annotations:===== X-Authentication-Warning: marcy.adiron.com: polar owned process doing -bs Date: Mon, 22 Nov 1999 14:17:27 -0500 (EST) From: Polar Humenn To: issues@omg.org Subject: 3 Issues. (Security) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-UIDL: 6TT!!*E!!!IU~e9?d:!! Juergen, et al. Here are 3 issues we need documented for security. Could you get us issue numbers. Thanks. -Polar Issue: Document: Security 1.5 Section: 15.7 Security Implementers Interfaces. Subject: There is no way to find out how Tagged Components are generated for replaceable security mechanisms. This should be a function of the Vault, as it is the center piece of security mechanism replaceablablity.