Package org.omg.GSSUP
Class InitialContextToken
java.lang.Object
org.omg.GSSUP.InitialContextToken
- All Implemented Interfaces:
Serializable,IDLEntity
org/omg/GSSUP/InitialContextToken.java .
Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog1
Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog2
Monday, February 12, 2024 at 2:42:26 PM Central European Standard 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)
-