The required rights object returns the rights required for accessing an object with a particular interface. This object is not currently used in Orbasec, and this operation therefore returns a null object.
void get_required_rights(in Object obj, in CORBA::Identifier operation_name, in CORBA::RepositoryId interface_name, out Security::RightsList rights, out Security::RightsCombinator rights_combinator);
void set_required_rights(in CORBA::Identifier operation_name, in CORBA::RepositoryId interface_name, in Security::RightsList rights, in Security::RightsCombinator rights_combinator);
Generated by the ORBacus IDL-to-HTML translator (non-commercial)