| Package | Description |
|---|---|
| org.apache.directory.server.kerberos.kdc.ticketgrant |
Provides the KDC's Ticket-Granting Service (TGS).
|
| org.apache.directory.shared.kerberos.codec.tgsRep |
| Modifier and Type | Method and Description |
|---|---|
private static void |
TicketGrantingService.monitorReply(TgsRep success,
EncKdcRepPart part) |
| Modifier and Type | Field and Description |
|---|---|
private TgsRep |
TgsRepContainer.tgsRep
An TGS-REP container
|
| Modifier and Type | Method and Description |
|---|---|
TgsRep |
TgsRepContainer.getTgsRep() |
| Modifier and Type | Method and Description |
|---|---|
void |
TgsRepContainer.setTgsRep(TgsRep tgsRep)
Set an TgsRep Object into the container.
|