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