| Package | Description |
|---|---|
| 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.messages |
| Modifier and Type | Method and Description |
|---|---|
private static void |
AuthenticationService.buildReply(AuthenticationContext authContext) |
private static void |
AuthenticationService.generateTicket(AuthenticationContext authContext) |
private static void |
AuthenticationService.getClientEntry(AuthenticationContext authContext) |
private static void |
AuthenticationService.getServerEntry(AuthenticationContext authContext) |
private static void |
AuthenticationService.selectEncryptionType(AuthenticationContext authContext) |
private static void |
AuthenticationService.verifyEncryptedTimestamp(AuthenticationContext authContext) |
private static void |
AuthenticationService.verifyPolicy(AuthenticationContext authContext) |
private static void |
AuthenticationService.verifySam(AuthenticationContext authContext) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
TicketGrantingService.generateTicket(TicketGrantingContext tgsContext) |
| Constructor and Description |
|---|
Ticket(int tktvno,
PrincipalName sName,
EncryptedData encPart)
Creates a new instance of Ticket.
|
Ticket(PrincipalName sName,
EncryptedData encPart)
Creates a new instance of Ticket.
|