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.value |
Provides the message object for the Change Password data payload.
|
Modifier and Type | Method and Description |
---|---|
protected ChangePasswordData |
ChangePasswordDataDecoder.decodeChangePasswdData(org.apache.directory.shared.asn1.der.DERSequence sequence) |
ChangePasswordData |
ChangePasswordDataDecoder.decodeChangePasswordData(byte[] encodedChangePasswdData)
Decodes bytes into a ChangePasswordData.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
ChangePasswordDataEncoder.encode(ChangePasswordData data)
Encodes a
ChangePasswordData into a byte array. |
void |
ChangePasswordDataEncoder.encode(ChangePasswordData data,
ByteBuffer out)
Encodes a
ChangePasswordData into a ByteBuffer . |
Modifier and Type | Method and Description |
---|---|
ChangePasswordData |
ChangePasswordDataModifier.getChangePasswdData()
Returns the
ChangePasswordData . |
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.