Interface SecurityLevel2::RequiredRights

interface RequiredRights

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.



Operation Index

get_required_rights
set_required_rights

Operations

get_required_rights
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);
set_required_rights
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)