Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.gen.AccessControlFormat_krb_1
Class KRBResponse_type  view KRBResponse_type download KRBResponse_type.java

java.lang.Object
  extended bycom.k_int.gen.AccessControlFormat_krb_1.KRBResponse_type
All Implemented Interfaces:
java.io.Serializable

public class KRBResponse_type
extends java.lang.Object
implements java.io.Serializable


Field Summary
 byte[] ticket
           
 java.lang.String userid
           
 
Constructor Summary
KRBResponse_type()
           
KRBResponse_type(java.lang.String userid, byte[] ticket)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userid

public java.lang.String userid

ticket

public byte[] ticket
Constructor Detail

KRBResponse_type

public KRBResponse_type(java.lang.String userid,
                        byte[] ticket)

KRBResponse_type

public KRBResponse_type()