| Package | Description |
|---|---|
| org.apache.directory.server.kerberos.shared.replay |
Provides the interface and in-memory implementation of
a Kerberos replay cache.
|
| org.apache.directory.shared.kerberos |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplayCacheImpl
"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."
We will store the entries in Ehacache instance
|
| Modifier and Type | Method and Description |
|---|---|
static Authenticator |
KerberosUtils.verifyAuthHeader(ApReq authHeader,
Ticket ticket,
EncryptionKey serverKey,
long clockSkew,
ReplayCache replayCache,
boolean emptyAddressesAllowed,
InetAddress clientAddress,
CipherTextHandler lockBox,
KeyUsage authenticatorKeyUsage,
boolean isValidate)
Verifies an AuthHeader using guidelines from RFC 1510 section A.10., "KRB_AP_REQ verification."
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.