|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplayCache | |
---|---|
org.apache.directory.server.changepw.service | Provides the Change Password Service. |
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.shared | |
org.apache.directory.server.kerberos.shared.replay | Provides the interface and in-memory implementation of a Kerberos replay cache. |
Uses of ReplayCache in org.apache.directory.server.changepw.service |
---|
Methods in org.apache.directory.server.changepw.service that return ReplayCache | |
---|---|
ReplayCache |
ChangePasswordContext.getReplayCache()
|
Methods in org.apache.directory.server.changepw.service with parameters of type ReplayCache | |
---|---|
void |
ChangePasswordContext.setReplayCache(ReplayCache replayCache)
|
Uses of ReplayCache in org.apache.directory.server.kerberos.kdc.authentication |
---|
Methods in org.apache.directory.server.kerberos.kdc.authentication that return ReplayCache | |
---|---|
ReplayCache |
AuthenticationContext.getReplayCache()
|
Methods in org.apache.directory.server.kerberos.kdc.authentication with parameters of type ReplayCache | |
---|---|
void |
AuthenticationContext.setReplayCache(ReplayCache replayCache)
|
Uses of ReplayCache in org.apache.directory.server.kerberos.kdc.ticketgrant |
---|
Methods in org.apache.directory.server.kerberos.kdc.ticketgrant that return ReplayCache | |
---|---|
ReplayCache |
TicketGrantingContext.getReplayCache()
|
Methods in org.apache.directory.server.kerberos.kdc.ticketgrant with parameters of type ReplayCache | |
---|---|
void |
TicketGrantingContext.setReplayCache(ReplayCache replayCache)
|
Uses of ReplayCache in org.apache.directory.server.kerberos.shared |
---|
Methods in org.apache.directory.server.kerberos.shared with parameters of type ReplayCache | |
---|---|
static Authenticator |
KerberosUtils.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." |
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." We will store the entries using an HashMap which key will be the client principal, and we will store a list of entries for each client principal. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |