| Package | Description |
|---|---|
| org.apache.directory.kerberos.client | |
| org.apache.directory.server.kerberos.changepwd.service |
Provides the Change Password Service.
|
| org.apache.directory.server.kerberos.kdc |
Provides the entry point to an instance of the
KdcServer
(KDC), as well as classes common to the KDC's two services: the
Authentication Service (AS) and the Ticket-Granting Service (TGS). |
| 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.server.kerberos.sam |
Provides a subsystem that enables the KDC's Authentication Service (AS)
to use pluggable Single-use Authentication Mechanisms (SAM) during
pre-authentication processing.
|
| org.apache.directory.server.kerberos.shared.store |
Provides the implementation for storing Kerberos principals
and symmetric keys backed by JNDI.
|
| org.apache.directory.shared.kerberos |
| Modifier and Type | Field and Description |
|---|---|
private CipherTextHandler |
KpasswdDecode.cipherTextHandler |
private CipherTextHandler |
KdcConnection.cipherTextHandler
the cipher text handler
|
| Modifier and Type | Field and Description |
|---|---|
private static CipherTextHandler |
ChangePasswordService.CIPHER_TEXT_HANDLER |
private CipherTextHandler |
ChangePasswordContext.cipherTextHandler |
| Modifier and Type | Method and Description |
|---|---|
CipherTextHandler |
ChangePasswordContext.getCipherTextHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangePasswordContext.setCipherTextHandler(CipherTextHandler cipherTextHandler) |
| Modifier and Type | Field and Description |
|---|---|
private CipherTextHandler |
KdcContext.cipherTextHandler |
| Modifier and Type | Method and Description |
|---|---|
CipherTextHandler |
KdcContext.getCipherTextHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
KdcContext.setCipherTextHandler(CipherTextHandler cipherTextHandler) |
| Modifier and Type | Field and Description |
|---|---|
private static CipherTextHandler |
AuthenticationService.CIPHER_TEXT_HANDLER
The module responsible for encryption and decryption
|
| Modifier and Type | Field and Description |
|---|---|
private static CipherTextHandler |
TicketGrantingService.CIPHER_TEXT_HANDLER |
| Modifier and Type | Field and Description |
|---|---|
private static CipherTextHandler |
TimestampChecker.CIPHER_TEXT_HANDLER |
| Modifier and Type | Field and Description |
|---|---|
private CipherTextHandler |
TicketFactory.cipherTextHandler |
| Modifier and Type | Method and Description |
|---|---|
static Authenticator |
KerberosUtils.verifyAuthHeader(ApReq authHeader,
Ticket ticket,
EncryptionKey serverKey,
long clockSkew,
ReplayCache replayCache,
boolean emptyAddressesAllowed,
java.net.InetAddress clientAddress,
CipherTextHandler lockBox,
KeyUsage authenticatorKeyUsage,
boolean isValidate)
Verifies an AuthHeader using guidelines from RFC 1510 section A.10., "KRB_AP_REQ verification."
|