|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkrb5.lib.KrbCreds
public class KrbCreds
Class Description : Kerberos Credentials. A modified version of the code obtained from the Open Group Research Institute.
| Constructor Summary | |
|---|---|
KrbCreds(Ticket new_ticket,
PrincipalName new_client,
PrincipalName new_server,
EncryptionKey new_key,
boolean new_mutual_required)
Class constructor |
|
| Method Summary | |
|---|---|
PrincipalName |
getClient()
Return the stored client information |
EncryptionKey |
getKey()
Return the stored session key |
boolean |
getMutualFlag()
Return the mutual_required flag |
PrincipalName |
getServer()
Return the stored server information |
Ticket |
getTicket()
Return the stored ticket |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KrbCreds(Ticket new_ticket,
PrincipalName new_client,
PrincipalName new_server,
EncryptionKey new_key,
boolean new_mutual_required)
new_ticket - Ticketnew_client - PrincipalNamenew_server - PrincipalNamenew_key - EncryptionKeynew_mutual_required - boolean| Method Detail |
|---|
public Ticket getTicket()
public PrincipalName getClient()
public PrincipalName getServer()
public EncryptionKey getKey()
public boolean getMutualFlag()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||