|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CipherTextHandler | |
---|---|
org.apache.directory.server.changepw.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.shared |
Uses of CipherTextHandler in org.apache.directory.server.changepw.service |
---|
Methods in org.apache.directory.server.changepw.service that return CipherTextHandler | |
---|---|
CipherTextHandler |
ChangePasswordContext.getCipherTextHandler()
|
Methods in org.apache.directory.server.changepw.service with parameters of type CipherTextHandler | |
---|---|
void |
ChangePasswordContext.setCipherTextHandler(CipherTextHandler cipherTextHandler)
|
Uses of CipherTextHandler in org.apache.directory.server.kerberos.kdc |
---|
Methods in org.apache.directory.server.kerberos.kdc that return CipherTextHandler | |
---|---|
CipherTextHandler |
KdcContext.getCipherTextHandler()
|
Methods in org.apache.directory.server.kerberos.kdc with parameters of type CipherTextHandler | |
---|---|
void |
KdcContext.setCipherTextHandler(CipherTextHandler cipherTextHandler)
|
Uses of CipherTextHandler in org.apache.directory.server.kerberos.shared |
---|
Methods in org.apache.directory.server.kerberos.shared with parameters of type CipherTextHandler | |
---|---|
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." |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |