org.apache.directory.server.changepw.value
Class ChangePasswordDataModifier

java.lang.Object
  extended by org.apache.directory.server.changepw.value.ChangePasswordDataModifier

public class ChangePasswordDataModifier
extends java.lang.Object

Version:
$Rev: 540371 $, $Date: 2007-05-22 02:00:43 +0200 (Tue, 22 May 2007) $
Author:
Apache Directory Project

Constructor Summary
ChangePasswordDataModifier()
           
 
Method Summary
 ChangePasswordData getChangePasswdData()
          Returns the ChangePasswordData.
 void setNewPassword(byte[] password)
          Sets the bytes of the new password.
 void setTargetName(PrincipalName principalName)
          Sets the target principal name whose password is to be changed.
 void setTargetRealm(java.lang.String realm)
          Sets the target realm of the principal whose password is to be changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangePasswordDataModifier

public ChangePasswordDataModifier()
Method Detail

getChangePasswdData

public ChangePasswordData getChangePasswdData()
Returns the ChangePasswordData.

Returns:
The ChangePasswordData.

setNewPassword

public void setNewPassword(byte[] password)
Sets the bytes of the new password.

Parameters:
password -

setTargetName

public void setTargetName(PrincipalName principalName)
Sets the target principal name whose password is to be changed.

Parameters:
principalName -

setTargetRealm

public void setTargetRealm(java.lang.String realm)
Sets the target realm of the principal whose password is to be changed.

Parameters:
realm -


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