Package | Description |
---|---|
org.apache.directory.server.changepw.messages |
Provides message objects for request, reply, and error messages.
|
org.apache.directory.server.changepw.service |
Provides the Change Password Service.
|
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.io.decoder |
Provides the decoders for Kerberos message objects.
|
org.apache.directory.server.kerberos.shared.io.encoder |
Provides the encoders for Kerberos message objects.
|
Modifier and Type | Method and Description |
---|---|
ApplicationRequest |
ChangePasswordRequest.getAuthHeader()
Returns the
ApplicationRequest . |
Modifier and Type | Method and Description |
---|---|
void |
ChangePasswordRequestModifier.setAuthHeader(ApplicationRequest authHeader)
Sets the AuthHeader.
|
Constructor and Description |
---|
ChangePasswordRequest(short versionNumber,
ApplicationRequest authHeader,
PrivateMessage privateMessage)
Creates a new instance of ChangePasswordRequest.
|
Modifier and Type | Method and Description |
---|---|
ApplicationRequest |
ChangePasswordContext.getAuthHeader() |
Modifier and Type | Method and Description |
---|---|
void |
ChangePasswordContext.setAuthHeader(ApplicationRequest authHeader) |
Modifier and Type | Method and Description |
---|---|
ApplicationRequest |
TicketGrantingContext.getAuthHeader() |
Modifier and Type | Method and Description |
---|---|
void |
TicketGrantingContext.setAuthHeader(ApplicationRequest authHeader) |
Modifier and Type | Method and Description |
---|---|
static Authenticator |
KerberosUtils.verifyAuthHeader(ApplicationRequest 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."
|
Modifier and Type | Method and Description |
---|---|
ApplicationRequest |
ApplicationRequestDecoder.decode(byte[] encodedAuthHeader)
Decodes a byte array into an
ApplicationRequest . |
Modifier and Type | Method and Description |
---|---|
byte[] |
ApplicationRequestEncoder.encode(ApplicationRequest request)
Encodes an
ApplicationRequest into a byte array. |
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.