| Package | Description |
|---|---|
| org.apache.directory.server.kerberos.kdc.authentication |
Provides the KDC's Authentication Service (AS).
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
AuthenticationService.buildReply(AuthenticationContext authContext) |
static void |
AuthenticationService.execute(AuthenticationContext authContext)
Handle the authentication, given a specific context
|
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.monitorContext(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) |