org.omg.GSSUP
Class InitialContextToken

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

public final class InitialContextToken
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

org/omg/GSSUP/InitialContextToken.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /var/home/jpp/rebuild/devel/BUILD/geronimo-specs-1.2/geronimo-spec-corba/src/main/idl/GSSUP.idl Wednesday, October 24, 2007 3:42:09 PM CEST

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 © {inceptionYear}-2007 null. All Rights Reserved.