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 |
---|---|
ChangePasswordReply |
ChangePasswordReplyDecoder.decode(ByteBuffer buf)
Decodes a
ByteBuffer into a ChangePasswordReply . |
Modifier and Type | Method and Description |
---|---|
void |
ChangePasswordReplyEncoder.encode(ByteBuffer buf,
ChangePasswordReply message)
Encodes a
ChangePasswordReply into a ByteBuffer . |
Modifier and Type | Method and Description |
---|---|
ChangePasswordReply |
ChangePasswordReplyModifier.getChangePasswordReply()
Returns the
ChangePasswordReply . |
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.