|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkrb5.kdc.lib.AuthContext
public class AuthContext
Class Description : KDC Authentication context.
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 |
---|
public static boolean isINITIALIZED
public static java.lang.String KDC_Host
public static java.lang.String KDC_Realm
public static int AS_Port
public static int TGS_Port
public static LocalSeqNumber localSeqNumber
public static int defaultCksumType
public static int safeCksumType
Constructor Detail |
---|
public AuthContext()
Method Detail |
---|
public static void init() throws RealmException
RealmException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |