org.apache.directory.server.changepw.messages
Class ChangePasswordReply

java.lang.Object
  extended by org.apache.directory.server.changepw.messages.AbstractPasswordMessage
      extended by org.apache.directory.server.changepw.messages.ChangePasswordReply

public class ChangePasswordReply
extends AbstractPasswordMessage


Field Summary
 
Fields inherited from class org.apache.directory.server.changepw.messages.AbstractPasswordMessage
PVNO
 
Constructor Summary
ChangePasswordReply(short messageLength, short versionNumber, short authHeaderLength, ApplicationReply applicationReply, PrivateMessage privateMessage)
           
 
Method Summary
 ApplicationReply getApplicationReply()
           
 PrivateMessage getPrivateMessage()
           
 
Methods inherited from class org.apache.directory.server.changepw.messages.AbstractPasswordMessage
getAuthHeaderLength, getMessageLength, getVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangePasswordReply

public ChangePasswordReply(short messageLength,
                           short versionNumber,
                           short authHeaderLength,
                           ApplicationReply applicationReply,
                           PrivateMessage privateMessage)
Method Detail

getApplicationReply

public ApplicationReply getApplicationReply()

getPrivateMessage

public PrivateMessage getPrivateMessage()


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.