krb5.lib
Class Config

java.lang.Object
  extended by krb5.lib.Config

public class Config
extends java.lang.Object

Class Description : Configuration class. A modified version of the code obtained from the Open Group Research Institute.

Version:
1.1
Author:
Bojan Pajkovski

Field Summary
static boolean AP_EMPTY_ADDRESSES_ALLOWED
          AP_EMPTY_ADDRESSES_ALLOWED = true
static int CKSUMTYPE_DEFAULT
          Default checksum type
static int ETYPE_DEFAULT
          Default encryption type
static int[] ETYPE_LIST_DEFAULT
          Default encryption type list
static int KDC_ALLOWABLE_CLOCKSKEW
          Allowable clock skew
static boolean KDC_EMPTY_ADDRESSES_ALLOWED
          Whether an empty address is allowed
static boolean KDC_FORWARDABLE_ALLOWED
          Whether forwarding is allowed
static int KDC_MAXIMUM_RENEWABLE_LIFETIME
          Maximum renewable lifetime
static int KDC_MAXIMUM_TICKET_LIFETIME
          Maximum ticket lifetime
static int KDC_MINIMUM_LIFETIME
          Mininum lifetime
static boolean KDC_POSTDATE_ALLOWED
          Whether to allow postdated credentials
static boolean KDC_PROXIABLE_ALLOWED
          Whether proxy is allowed
static boolean KDC_RENEWABLE_ALLOWED
          Whether to allow renewable credentials
static int KEYTYPE_DEFAULT
          Default key type
static int KT_VNO_DEFAULT
          Default keytab version number
static boolean PA_ENC_TIMESTAMP_REQUIRED
          PA_ENC_TIMESTAMP_REQUIRED = true
static int SAFECKSUMTYPE_DEFAULT
          Default safe checksum type
 
Constructor Summary
Config()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PA_ENC_TIMESTAMP_REQUIRED

public static final boolean PA_ENC_TIMESTAMP_REQUIRED
PA_ENC_TIMESTAMP_REQUIRED = true

See Also:
Constant Field Values

AP_EMPTY_ADDRESSES_ALLOWED

public static final boolean AP_EMPTY_ADDRESSES_ALLOWED
AP_EMPTY_ADDRESSES_ALLOWED = true

See Also:
Constant Field Values

KDC_ALLOWABLE_CLOCKSKEW

public static final int KDC_ALLOWABLE_CLOCKSKEW
Allowable clock skew

See Also:
Constant Field Values

KDC_MINIMUM_LIFETIME

public static final int KDC_MINIMUM_LIFETIME
Mininum lifetime

See Also:
Constant Field Values

KDC_MAXIMUM_RENEWABLE_LIFETIME

public static final int KDC_MAXIMUM_RENEWABLE_LIFETIME
Maximum renewable lifetime

See Also:
Constant Field Values

KDC_MAXIMUM_TICKET_LIFETIME

public static final int KDC_MAXIMUM_TICKET_LIFETIME
Maximum ticket lifetime

See Also:
Constant Field Values

KDC_EMPTY_ADDRESSES_ALLOWED

public static final boolean KDC_EMPTY_ADDRESSES_ALLOWED
Whether an empty address is allowed

See Also:
Constant Field Values

KDC_FORWARDABLE_ALLOWED

public static final boolean KDC_FORWARDABLE_ALLOWED
Whether forwarding is allowed

See Also:
Constant Field Values

KDC_PROXIABLE_ALLOWED

public static final boolean KDC_PROXIABLE_ALLOWED
Whether proxy is allowed

See Also:
Constant Field Values

KDC_POSTDATE_ALLOWED

public static final boolean KDC_POSTDATE_ALLOWED
Whether to allow postdated credentials

See Also:
Constant Field Values

KDC_RENEWABLE_ALLOWED

public static final boolean KDC_RENEWABLE_ALLOWED
Whether to allow renewable credentials

See Also:
Constant Field Values

ETYPE_DEFAULT

public static final int ETYPE_DEFAULT
Default encryption type

See Also:
Constant Field Values

CKSUMTYPE_DEFAULT

public static final int CKSUMTYPE_DEFAULT
Default checksum type

See Also:
Constant Field Values

SAFECKSUMTYPE_DEFAULT

public static final int SAFECKSUMTYPE_DEFAULT
Default safe checksum type

See Also:
Constant Field Values

KEYTYPE_DEFAULT

public static final int KEYTYPE_DEFAULT
Default key type

See Also:
Constant Field Values

KT_VNO_DEFAULT

public static final int KT_VNO_DEFAULT
Default keytab version number

See Also:
Constant Field Values

ETYPE_LIST_DEFAULT

public static final int[] ETYPE_LIST_DEFAULT
Default encryption type list

Constructor Detail

Config

public Config()