1 21 package org.jacorb.security.level2; 22 23 import org.omg.SecurityLevel2.*; 24 import org.omg.Security.*; 25 33 34 public class RequiredRightsImpl 35 extends org.omg.CORBA.LocalObject 36 implements RequiredRights 37 { 38 39 public RequiredRightsImpl() 40 { 41 } 42 43 51 public void get_required_rights(org.omg.CORBA.Object obj, 52 String operation_name, 53 String interface_name, 54 RightsListHolder rights, 55 RightsCombinatorHolder rights_combinator) 56 { 57 } 59 60 67 public void set_required_rights(String operation_name, 68 String interface_name, 69 Right[] rights, 70 RightsCombinator rights_combinator) 71 { 72 } 74 75 } 77 78 79 80 81 82 | Popular Tags |