| Package | Description |
|---|---|
| org.apache.directory.server.changepw.io |
Provides encoders and decoders for request, reply, error, and data
payload conversions.
|
| org.apache.directory.server.changepw.messages |
Provides message objects for request, reply, and error messages.
|
| Modifier and Type | Method and Description |
|---|---|
ChangePasswordRequest |
ChangePasswordRequestDecoder.decode(ByteBuffer buf)
Decodes a
ByteBuffer into a ChangePasswordRequest. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangePasswordRequestEncoder.encode(ByteBuffer buf,
ChangePasswordRequest message)
Encodes a
ChangePasswordRequest into a ByteBuffer. |
| Modifier and Type | Method and Description |
|---|---|
ChangePasswordRequest |
ChangePasswordRequestModifier.getChangePasswordMessage()
Returns the
ChangePasswordRequest. |
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.