org.omg.GSSUP
Class InitialContextToken

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

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

Generated from IDL struct "InitialContextToken".

Version:
generated at Aug 22, 2009 1:40:07 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 byte[] password
           
 byte[] target_name
           
 byte[] username
           
 
Constructor Summary
InitialContextToken()
           
InitialContextToken(byte[] username, byte[] password, byte[] target_name)
           
 
Method Summary
 
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)


Copyright © 2009. All Rights Reserved.