Package | Description |
---|---|
org.apache.directory.server.changepw.messages |
Provides message objects for request, reply, and error messages.
|
org.apache.directory.server.kerberos.shared.io.decoder |
Provides the decoders for Kerberos message objects.
|
org.apache.directory.server.kerberos.shared.io.encoder |
Provides the encoders for Kerberos message objects.
|
Modifier and Type | Method and Description |
---|---|
ApplicationReply |
ChangePasswordReply.getApplicationReply()
Returns the
ApplicationReply . |
Modifier and Type | Method and Description |
---|---|
void |
ChangePasswordReplyModifier.setApplicationReply(ApplicationReply applicationReply)
Sets the
ApplicationReply . |
Constructor and Description |
---|
ChangePasswordReply(short versionNumber,
ApplicationReply applicationReply,
PrivateMessage privateMessage)
Creates a new instance of ChangePasswordReply.
|
Modifier and Type | Method and Description |
---|---|
ApplicationReply |
ApplicationReplyDecoder.decode(byte[] encodedAuthHeader)
Decodes a byte array into an
ApplicationReply . |
Modifier and Type | Method and Description |
---|---|
byte[] |
ApplicationReplyEncoder.encode(ApplicationReply reply)
Encodes an
ApplicationReply into a byte array. |
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.