|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkrb5.lib.Authenticator
public class Authenticator
Class Description : Authenticator class. A modified version of the code obtained from the Open Group Research Institute.
| Field Summary | |
|---|---|
int |
authenticator_vno
Authenticatior version |
AuthorizationData |
authorizationData
Authorization data |
Checksum |
cksum
Checksum |
PrincipalName |
cname
Name |
Realm |
crealm
Realm |
KerberosTime |
ctime
Time (ms) |
int |
cusec
Value (ms) |
java.lang.Integer |
seqNumber
Sequence number |
EncryptionKey |
subKey
Subject key |
| Constructor Summary | |
|---|---|
Authenticator(Realm new_crealm,
PrincipalName new_cname,
Checksum new_cksum,
int new_cusec,
KerberosTime new_ctime,
EncryptionKey new_subKey,
java.lang.Integer new_seqNumber,
AuthorizationData new_authorizationData)
Class constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int authenticator_vno
public Realm crealm
public PrincipalName cname
public Checksum cksum
public int cusec
public KerberosTime ctime
public EncryptionKey subKey
public java.lang.Integer seqNumber
public AuthorizationData authorizationData
| Constructor Detail |
|---|
public Authenticator(Realm new_crealm,
PrincipalName new_cname,
Checksum new_cksum,
int new_cusec,
KerberosTime new_ctime,
EncryptionKey new_subKey,
java.lang.Integer new_seqNumber,
AuthorizationData new_authorizationData)
new_crealm - Realmnew_cname - PrincipalNamenew_cksum - Checksumnew_cusec - intnew_ctime - KerberosTimenew_subKey - EncryptionKeynew_seqNumber - Integernew_authorizationData - AuthorizationData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||