krb5.kdc.lib
Class AuthContext

java.lang.Object
  extended by krb5.kdc.lib.AuthContext

public class AuthContext
extends java.lang.Object

Class Description : KDC Authentication context.

Version:
1.1
Author:
Bojan Pajkovski

Field Summary
static int AS_Port
          Authentication server port
static int defaultCksumType
          Default checksum type
static boolean isINITIALIZED
           
static java.lang.String KDC_Host
          KDC host name
static java.lang.String KDC_Realm
          KDC default realm
static LocalSeqNumber localSeqNumber
          Local sequence number
static int safeCksumType
          Safe checksum type
static int TGS_Port
          Ticket granting server port TGS port may be different from AS port but the KDC name is unique since the database don't support multi-host
 
Constructor Summary
AuthContext()
           
 
Method Summary
static void init()
          Initialize authentication context constants
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isINITIALIZED

public static boolean isINITIALIZED

KDC_Host

public static java.lang.String KDC_Host
KDC host name


KDC_Realm

public static java.lang.String KDC_Realm
KDC default realm


AS_Port

public static int AS_Port
Authentication server port


TGS_Port

public static int TGS_Port
Ticket granting server port TGS port may be different from AS port but the KDC name is unique since the database don't support multi-host


localSeqNumber

public static LocalSeqNumber localSeqNumber
Local sequence number


defaultCksumType

public static int defaultCksumType
Default checksum type


safeCksumType

public static int safeCksumType
Safe checksum type

Constructor Detail

AuthContext

public AuthContext()
Method Detail

init

public static void init()
                 throws RealmException
Initialize authentication context constants

Throws:
RealmException