| Package | Description |
|---|---|
| org.apache.directory.kerberos.client | |
| org.apache.directory.server.kerberos.kdc.authentication |
Provides the KDC's Authentication Service (AS).
|
| org.apache.directory.server.kerberos.kdc.ticketgrant |
Provides the KDC's Ticket-Granting Service (TGS).
|
| org.apache.directory.shared.kerberos.codec | |
| org.apache.directory.shared.kerberos.codec.EncKdcRepPart | |
| org.apache.directory.shared.kerberos.components | |
| org.apache.directory.shared.kerberos.messages |
| Modifier and Type | Field and Description |
|---|---|
protected EncKdcRepPart |
AbstractTicket.encKdcRepPart |
| Modifier and Type | Method and Description |
|---|---|
EncKdcRepPart |
AbstractTicket.getEncKdcRepPart() |
| Constructor and Description |
|---|
AbstractTicket(Ticket ticket,
EncKdcRepPart encKdcRepPart) |
ServiceTicket(Ticket ticket,
EncKdcRepPart encKdcRepPart) |
TgTicket(Ticket ticket,
EncKdcRepPart kdcRep,
java.lang.String clientPrincipal) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
AuthenticationService.monitorReply(AsRep reply,
EncKdcRepPart part) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
TicketGrantingService.monitorReply(TgsRep success,
EncKdcRepPart part) |
| Modifier and Type | Method and Description |
|---|---|
static EncKdcRepPart |
KerberosDecoder.decodeEncKdcRepPart(byte[] data)
Decode an EncKdcRepPart structure
|
| Modifier and Type | Field and Description |
|---|---|
private EncKdcRepPart |
EncKdcRepPartContainer.encKdcRepPart
An EncKdcRepPart container
|
| Modifier and Type | Method and Description |
|---|---|
EncKdcRepPart |
EncKdcRepPartContainer.getEncKdcRepPart() |
| Modifier and Type | Method and Description |
|---|---|
void |
EncKdcRepPartContainer.setEncKdcRepPart(EncKdcRepPart encKdcRepPart)
Set a EncKdcRepPart Object into the container.
|
| Modifier and Type | Field and Description |
|---|---|
protected EncKdcRepPart |
KdcRep.encKdcRepPart
The decoded KDC-REP part
|
| Modifier and Type | Method and Description |
|---|---|
EncKdcRepPart |
KdcRep.getEncKdcRepPart() |
| Modifier and Type | Method and Description |
|---|---|
void |
KdcRep.setEncKdcRepPart(EncKdcRepPart encKdcRepPart) |
| Modifier and Type | Field and Description |
|---|---|
private EncKdcRepPart |
EncTgsRepPart.encKdcRepPart
The EncKdcRepPart
|
private EncKdcRepPart |
EncAsRepPart.encKdcRepPart
The EncKdcRepPart
|
| Modifier and Type | Method and Description |
|---|---|
EncKdcRepPart |
EncTgsRepPart.getEncKdcRepPart() |
EncKdcRepPart |
EncAsRepPart.getEncKdcRepPart() |
| Modifier and Type | Method and Description |
|---|---|
void |
EncTgsRepPart.setEncKdcRepPart(EncKdcRepPart encKdcRepPart) |
void |
EncAsRepPart.setEncKdcRepPart(EncKdcRepPart encKdcRepPart) |