001 package org.omg.GSSUP; 002 003 004 /** 005 * org/omg/GSSUP/InitialContextToken.java . 006 * Generated by the IDL-to-Java compiler (portable), version "3.2" 007 * from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/GSSUP.idl 008 * Saturday, November 26, 2011 9:53:35 PM UTC 009 */ 010 011 public final class InitialContextToken implements org.omg.CORBA.portable.IDLEntity 012 { 013 public byte username[] = null; 014 public byte password[] = null; 015 public byte target_name[] = null; 016 017 public InitialContextToken () 018 { 019 } // ctor 020 021 public InitialContextToken (byte[] _username, byte[] _password, byte[] _target_name) 022 { 023 username = _username; 024 password = _password; 025 target_name = _target_name; 026 } // ctor 027 028 } // class InitialContextToken