| Package | Description |
|---|---|
| org.apache.directory.server.kerberos.changepwd.io |
Provides encoders and decoders for request, reply, error, and data
payload conversions.
|
| org.apache.directory.server.kerberos.changepwd.messages |
Provides message objects for request, reply, and error messages.
|
| org.apache.directory.server.kerberos.protocol.codec | |
| org.apache.directory.server.kerberos.shared.store |
Provides the implementation for storing Kerberos principals
and symmetric keys backed by JNDI.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractPasswordMessage |
ChangePasswordDecoder.decode(ByteBuffer buf,
boolean isTcp) |
| Modifier and Type | Method and Description |
|---|---|
static ChangePasswordRequest |
ChangePasswordRequest.decode(ByteBuffer buf)
Decodes a
ByteBuffer into a ChangePasswordRequest. |
static ChangePasswordReply |
ChangePasswordReply.decode(ByteBuffer buf)
Decodes a
ByteBuffer into a ChangePasswordReply. |
static ChangePasswordError |
ChangePasswordError.decode(ByteBuffer buf)
Decodes a
ByteBuffer into a ChangePasswordError. |
| Modifier and Type | Method and Description |
|---|---|
static EncTgsRepPart |
KerberosDecoder.decodeEncTgsRepPart(byte[] data)
Decode an EncTgsRepPart structure
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalStore.changePassword(KerberosPrincipal byPrincipal,
KerberosPrincipal forPrincipal,
String newPassword,
boolean isInitialTicket)
Change a principal's password.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.