org.omg.GSSUP.InitialContextToken Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openjdk-orb Show documentation
Show all versions of openjdk-orb Show documentation
JBoss repackaging of the OpenJDK ORB
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