|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReplayCache | |
|---|---|
| org.apache.directory.server.kerberos.shared.replay | Provides the interface and in-memory implementation of a Kerberos replay cache. |
| org.apache.directory.server.kerberos.shared.service | Provides reusable IoHandlerCommands
for the Kerberos and Change Password protocols. |
| Uses of ReplayCache in org.apache.directory.server.kerberos.shared.replay |
|---|
| Classes in org.apache.directory.server.kerberos.shared.replay that implement ReplayCache | |
|---|---|
class |
InMemoryReplayCache
"The replay cache will store at least the server name, along with the client name, time, and microsecond fields from the recently-seen authenticators, and if a matching tuple is found, the KRB_AP_ERR_REPEAT error is returned." |
| Uses of ReplayCache in org.apache.directory.server.kerberos.shared.service |
|---|
| Methods in org.apache.directory.server.kerberos.shared.service with parameters of type ReplayCache | |
|---|---|
Authenticator |
VerifyAuthHeader.verifyAuthHeader(ApplicationRequest 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." |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||