All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.GSSUP.InitialContextToken Maven / Gradle / Ivy

There is a newer version: 10.1.0.Final
Show newest version
package org.omg.GSSUP;


/**
* org/omg/GSSUP/InitialContextToken.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/tomek/workspace/openjdk-orb/javax/src/share/classes/org/omg/GSSUP/GSSUP.idl
* Friday, December 10, 2021 1:31:01 PM CET
*/

public final class InitialContextToken implements org.omg.CORBA.portable.IDLEntity
{
  public byte username[] = null;
  public byte password[] = null;
  public byte target_name[] = null;

  public InitialContextToken ()
  {
  } // ctor

  public InitialContextToken (byte[] _username, byte[] _password, byte[] _target_name)
  {
    username = _username;
    password = _password;
    target_name = _target_name;
  } // ctor

} // class InitialContextToken




© 2015 - 2024 Weber Informatics LLC | Privacy Policy