|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkrb5.app.lib.Context
public class Context
Class Description : Client site Context
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 |
---|
public static java.lang.String DEFAULT_REALM
public static final int[] initialTicketETypes
public static final int[] tgsETypes
public static final int kdcReqCksumType
public static final int defaultAPReqCksumType
public static final int defaultKRBSafeCksumType
public static final java.lang.String KRB_KEYTAB_PATH
public static final java.lang.String KRB_KEYTAB_FILENAME
public static final Keytab keyTab
public static final java.lang.Integer ThIS_SERVER_PORT
public static final ReplayCacheInterface replayCache
Constructor Detail |
---|
public Context()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |