| |
Januar 2003 Brandmauer Traversal: Übereinstimmung und CORBA-Änderungen 25-29 25 Anhang A Vereinigtes IDL Modul Der Brandmauer A.1 Modulbrandmauer { struct FWSpec { Boolesches is_intelligent; IOP::TaqggedComponentSeq-Endpunkte; }; typedefsequence<FWSpec > -FWPath; // A TAG_PASSTHRU_TRANS Bestandteil enthält ein struct // CSIIOP::IIOP_SEC_TRANS die Wendeninformationen für anzeigend // PASSTHRU Dienstleistungen const IOP:ComponentId TAG_PASSTHRU_TRANS = 41;// OMG Zugeteilt // der Bestandteil mit Identifikation TAG_FIREWALL_PATH enthält a // FWPath const IOP::ComponentId TAG_FIREWALL_PATH = 42;//OMG zugeteilt // der FIREWALL_PATH-Service-Kontext enthält ein FirewallPathContext // Struktur const IOP::ServiceId FIREWALL_PATH = 20; OMG Zugeteilt struct FirewallPathContext { lang host_index; FWPath Weg; }; // der FIREWALL_PATH_RESP-Service-Kontext enthält a // FirewallPathRespContext const IOP::ServiceId FIREWALL_PATH_RESP = 21; OMG Zugeteilt typedef nicht unterzeichnetes kurzes FWReplyStatusType; const FWReplyStatusType NO_EXCEPTION = 0; const FWReplyStatusType SYSTEM_EXCEPTION = 1; typedefsequence<octet > -FWReplyBody; }; FirewallPathRespContext { FWReplyStatusType Status; FWReplyBody Körper; }; // EigenschaftscRichtlinie // eine Eigenschaftsrichtlinie ist eine allgemeine Richtlinie, die in der Politik das verwendet wird // vereinbart den Gebrauch von einer bestimmten Eigenschaft. Solche Beispiele umfassen, // Vertraulichkeit, Vollständigkeit, Authentisierung, usw.. typedef langes FeatureDirective; // die Mittel FD_DoNotUse FeatureDirective definitiv nicht verwenden Sie |  |
|
| |
|
|