|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkrb5.client.lib.Context
public class Context
Class Description : Client site Context. It initializes the information about the operating parameters for Kerberos, such as what realm the client is in, where is the KDC for that realm, as well as where are the configuration and/or log files. When called, this class will automatically be initialized.
Field Summary | |
---|---|
static java.lang.Integer |
AS_PORT
Authentication server port |
static long |
clockSkew
Clock skew |
static java.lang.String |
DEFAULT_REALM
Default realm |
static APOptions |
defaultAPOptions
Default AP options |
static int |
defaultAPReqCksumType
Default AP request checksum type |
static KDCOptions |
defaultKDCOptions
Default KDC options |
static int |
defaultKRBSafeCksumType
Default KRB safe checksum type |
static int[] |
initialTicketETypes
Initial ticket encryption types |
static java.lang.String |
KDC_HOST_NAME
Host name |
static int |
kdcReqCksumType
KDC request checksum type |
static java.lang.String |
KRB_CONF_FILE
Default configuration file name |
static java.lang.String |
KRB_CONF_PATH
Default path to the configuration file |
static java.lang.String |
KRB_LOG_FILE
Default log file name |
static java.lang.String |
KRB_LOG_PATH
Default path to the log file |
static ReplayCacheInterface |
replayCache
Replay cache at client |
static LocalSeqNumber |
seqNumber
Sequence number |
static java.lang.Integer |
TGS_PORT
Ticket granting ticket server port |
static int[] |
tgsETypes
TGS encryptions types |
Constructor Summary | |
---|---|
Context()
|
Method Summary | |
---|---|
static void |
setASPort(java.lang.String port)
Sets authentication server port |
static void |
setDefaultRealm(java.lang.String realm)
Sets the default realm |
static void |
setKDCHostName(java.lang.String name)
Sets KDC host name |
static void |
setKRBConfPath(java.lang.String conf_path)
Sets the default KRB_CONF_PATH |
static void |
setKRBLogPath(java.lang.String log_path)
Sets the default KRB_LOG_PATH |
static void |
setTGSPort(java.lang.String port)
Sets TGS port |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int[] initialTicketETypes
public static int[] tgsETypes
public static LocalSeqNumber seqNumber
public static long clockSkew
public static int kdcReqCksumType
public static int defaultAPReqCksumType
public static int defaultKRBSafeCksumType
public static KDCOptions defaultKDCOptions
public static APOptions defaultAPOptions
public static java.lang.String KRB_CONF_PATH
public static final java.lang.String KRB_CONF_FILE
public static java.lang.String KRB_LOG_PATH
public static final java.lang.String KRB_LOG_FILE
public static java.lang.String DEFAULT_REALM
public static java.lang.String KDC_HOST_NAME
public static java.lang.Integer AS_PORT
public static java.lang.Integer TGS_PORT
public static final ReplayCacheInterface replayCache
Constructor Detail |
---|
public Context()
Method Detail |
---|
public static void setKRBConfPath(java.lang.String conf_path)
public static void setKRBLogPath(java.lang.String log_path)
public static void setDefaultRealm(java.lang.String realm)
public static void setKDCHostName(java.lang.String name)
public static void setASPort(java.lang.String port)
port
- Stringpublic static void setTGSPort(java.lang.String port)
port
- String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |