org.omg.SECIOP
Class KerberosV5

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

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

Generated from IDL definition of struct "KerberosV5"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 short[] crypto_profile
           
 byte[] security_name
           
 short target_requires
           
 short target_supports
           
 
Constructor Summary
KerberosV5()
           
KerberosV5(short target_supports, short target_requires, short[] crypto_profile, byte[] security_name)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target_supports

public short target_supports

target_requires

public short target_requires

crypto_profile

public short[] crypto_profile

security_name

public byte[] security_name
Constructor Detail

KerberosV5

public KerberosV5()

KerberosV5

public KerberosV5(short target_supports,
                  short target_requires,
                  short[] crypto_profile,
                  byte[] security_name)


Copyright © {inceptionYear}-2007 null. All Rights Reserved.