org.omg.GSSUP.InitialContextToken Maven / Gradle / Ivy
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/src/share/classes/org/omg/GSSUP/GSSUP.idl
* Thursday, June 22, 2023 7:19:19 PM CEST
*/
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