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 /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/GSSUP.idl 008 * Monday, June 18, 2012 10:36:15 AM CEST 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