| Package | Description |
|---|---|
| org.apache.directory.kerberos.client | |
| 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 |
|---|---|
private AbstractPasswordMessage |
KdcConnection.sendAndReceiveChngPwdMsg(AbstractPasswordMessage req,
KerberosChannel chngPwdChannel) |
| Modifier and Type | Method and Description |
|---|---|
private AbstractPasswordMessage |
KdcConnection.sendAndReceiveChngPwdMsg(AbstractPasswordMessage req,
KerberosChannel chngPwdChannel) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractPasswordMessage |
ChangePasswordDecoder.decode(java.nio.ByteBuffer buf,
boolean isTcp) |
| Modifier and Type | Method and Description |
|---|---|
static java.nio.ByteBuffer |
ChangePasswordEncoder.encode(AbstractPasswordMessage chngPwdMsg,
boolean isTcp) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangePasswordError |
class |
ChangePasswordReply |
class |
ChangePasswordRequest |
| Modifier and Type | Field and Description |
|---|---|
private AbstractPasswordMessage |
ChangePasswordContext.reply |
private AbstractPasswordMessage |
ChangePasswordContext.request |
| 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) |