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 |
---|---|
PrivateMessage |
ChangePasswordRequest.getPrivateMessage()
Returns the
PrivateMessage . |
PrivateMessage |
ChangePasswordReply.getPrivateMessage()
Returns the
PrivateMessage . |
Modifier and Type | Method and Description |
---|---|
void |
ChangePasswordRequestModifier.setPrivateMessage(PrivateMessage privateMessage)
Sets the
PrivateMessage . |
void |
ChangePasswordReplyModifier.setPrivateMessage(PrivateMessage privateMessage)
Sets the
PrivateMessage . |
Constructor and Description |
---|
ChangePasswordReply(short versionNumber,
ApplicationReply applicationReply,
PrivateMessage privateMessage)
Creates a new instance of ChangePasswordReply.
|
ChangePasswordRequest(short versionNumber,
ApplicationRequest authHeader,
PrivateMessage privateMessage)
Creates a new instance of ChangePasswordRequest.
|
Modifier and Type | Method and Description |
---|---|
PrivateMessage |
PrivateMessageDecoder.decode(byte[] encodedPrivateMessage)
Decodes a byte array into a
PrivateMessage . |
Modifier and Type | Method and Description |
---|---|
byte[] |
PrivateMessageEncoder.encode(PrivateMessage message)
Encodes a
PrivateMessage into a byte array. |
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.