Package com.sun.corba.ee.org.omg.GSSUP
Class InitialContextToken
java.lang.Object
com.sun.corba.ee.org.omg.GSSUP.InitialContextToken
- All Implemented Interfaces:
Serializable
,IDLEntity
com/sun/corba/ee/org/omg/GSSUP/InitialContextToken.java .
Generated by the IDL-to-Java compiler (portable), version "4.1"
from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/csiv2-idl/src/main/idl/GSSUP.idl
Wednesday, February 21, 2024, 10:43:23 AM Greenwich Mean Time
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInitialContextToken
(byte[] _username, byte[] _password, byte[] _target_name) -
Method Summary
-
Field Details
-
username
public byte[] username -
password
public byte[] password -
target_name
public byte[] target_name
-
-
Constructor Details
-
InitialContextToken
public InitialContextToken() -
InitialContextToken
public InitialContextToken(byte[] _username, byte[] _password, byte[] _target_name)
-