1 21 package org.jacorb.security.level2; 22 23 import org.omg.CORBA.*; 24 import org.omg.Security.*; 25 import org.omg.SecurityLevel2.*; 26 27 import java.util.*; 28 import java.lang.reflect.*; 29 30 31 38 39 public class AccessDecisionImpl 40 extends org.omg.CORBA.LocalObject  41 implements AccessDecision 42 { 43 44 public AccessDecisionImpl() 45 { 46 } 47 48 56 public boolean access_allowed(Credentials[] cred_list, 57 org.omg.CORBA.Object target, 58 String operation_name, 59 String target_interface_name) 60 { 61 62 64 return true; 65 } 66 67 } 69 70 71 72 73 74 75 76 77 78 | Popular Tags |