krb5.app.lib
Class Context

java.lang.Object
  extended by krb5.app.lib.Context

public class Context
extends java.lang.Object

Class Description : Client site Context

Version:
1.1
Author:
Bojan Pajkovski

Field Summary
static java.lang.String DEFAULT_REALM
          Default realm
static int defaultAPReqCksumType
          Default AP request checksum type
static int defaultKRBSafeCksumType
          Default KRB safe checksum type
static int[] initialTicketETypes
          Initial ticket encryption types
static int kdcReqCksumType
          KDC request checksum type
static Keytab keyTab
           
static java.lang.String KRB_KEYTAB_FILENAME
          Default keytab file name
static java.lang.String KRB_KEYTAB_PATH
          Default path to the keytab file path
static ReplayCacheInterface replayCache
          Replay cache at server
static int[] tgsETypes
          TGS encryptions types
static java.lang.Integer ThIS_SERVER_PORT
          Server port
 
Constructor Summary
Context()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_REALM

public static java.lang.String DEFAULT_REALM
Default realm


initialTicketETypes

public static final int[] initialTicketETypes
Initial ticket encryption types


tgsETypes

public static final int[] tgsETypes
TGS encryptions types


kdcReqCksumType

public static final int kdcReqCksumType
KDC request checksum type

See Also:
Constant Field Values

defaultAPReqCksumType

public static final int defaultAPReqCksumType
Default AP request checksum type

See Also:
Constant Field Values

defaultKRBSafeCksumType

public static final int defaultKRBSafeCksumType
Default KRB safe checksum type

See Also:
Constant Field Values

KRB_KEYTAB_PATH

public static final java.lang.String KRB_KEYTAB_PATH
Default path to the keytab file path


KRB_KEYTAB_FILENAME

public static final java.lang.String KRB_KEYTAB_FILENAME
Default keytab file name

See Also:
Constant Field Values

keyTab

public static final Keytab keyTab

ThIS_SERVER_PORT

public static final java.lang.Integer ThIS_SERVER_PORT
Server port


replayCache

public static final ReplayCacheInterface replayCache
Replay cache at server

Constructor Detail

Context

public Context()