| 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.changepwd.service |
Provides the Change Password Service.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractPasswordMessage |
ChangePasswordDecoder.decode(ByteBuffer buf,
boolean isTcp) |
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
ChangePasswordEncoder.encode(AbstractPasswordMessage chngPwdMsg,
boolean isTcp) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangePasswordError |
class |
ChangePasswordReply |
class |
ChangePasswordRequest |
| Modifier and Type | Method and Description |
|---|---|
AbstractPasswordMessage |
ChangePasswordContext.getReply() |
AbstractPasswordMessage |
ChangePasswordContext.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangePasswordContext.setReply(AbstractPasswordMessage reply) |
void |
ChangePasswordContext.setRequest(AbstractPasswordMessage request) |
Copyright © 2021. All rights reserved.