org.omg.GSSUP
Class InitialContextToken

java.lang.Object
  extended byorg.omg.GSSUP.InitialContextToken
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class InitialContextToken
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "InitialContextToken"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 byte[] password
           
 byte[] target_name
           
 byte[] username
           
 
Constructor Summary
InitialContextToken()
           
InitialContextToken(byte[] username, byte[] password, byte[] target_name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

username

public byte[] username

password

public byte[] password

target_name

public byte[] target_name
Constructor Detail

InitialContextToken

public InitialContextToken()

InitialContextToken

public InitialContextToken(byte[] username,
                           byte[] password,
                           byte[] target_name)