| Package | Description |
|---|---|
| org.apache.kerby.kerberos.kerb.type.ap | |
| org.apache.kerby.kerberos.kerb.type.kdc | |
| org.apache.kerby.kerberos.kerb.type.ticket |
| Modifier and Type | Method and Description |
|---|---|
Ticket |
ApReq.getTicket() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApReq.setTicket(Ticket ticket)
Stores the ticket in the message
|
| Modifier and Type | Method and Description |
|---|---|
Ticket |
KdcRep.getTicket() |
| Modifier and Type | Method and Description |
|---|---|
void |
KdcRep.setTicket(Ticket ticket) |
| Modifier and Type | Method and Description |
|---|---|
Ticket |
KrbTicket.getTicket() |
| Constructor and Description |
|---|
KrbTicket(Ticket ticket,
EncKdcRepPart encKdcRepPart) |
SgtTicket(Ticket ticket,
EncTgsRepPart encKdcRepPart) |
TgtTicket(Ticket ticket,
EncAsRepPart encKdcRepPart,
PrincipalName clientPrincipal) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.