001 package org.omg.SecurityLevel2;
002
003
004 /**
005 * Abstract base class for implementations of local interface TargetCredentials
006 * @author JacORB IDL compiler.
007 */
008
009 public abstract class _TargetCredentialsLocalBase
010 extends org.omg.CORBA.LocalObject
011 implements TargetCredentials
012 {
013 private String[] _type_ids = {"IDL:omg.org/SecurityLevel2/TargetCredentials:1.8","IDL:omg.org/SecurityLevel2/Credentials:1.8"};
014 public String[] _ids() {
015 return(String[])_type_ids.clone();
016 }
017 }