|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkrb5.lib.Ticket
public class Ticket
Class Description : Kerberos Ticket class. A modified version of the code obtained from the Open Group Research Institute.
| Field Summary | |
|---|---|
EncryptedData |
encPart
Encrypted data |
Realm |
realm
Realm |
PrincipalName |
sname
Server Name |
int |
tkt_vno
Ticket version |
| Constructor Summary | |
|---|---|
Ticket(Realm new_realm,
PrincipalName new_sname,
EncryptedData new_encPart)
Class constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int tkt_vno
public Realm realm
public PrincipalName sname
public EncryptedData encPart
| Constructor Detail |
|---|
public Ticket(Realm new_realm,
PrincipalName new_sname,
EncryptedData new_encPart)
new_realm - Realmnew_sname - PrincipalNamenew_encPart - EncryptedData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||