public class ChangePasswordDataModifier extends Object
| Constructor and Description |
|---|
ChangePasswordDataModifier() |
| Modifier and Type | Method and Description |
|---|---|
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(String realm)
Sets the target realm of the principal whose password is to be changed.
|
public ChangePasswordData getChangePasswdData()
ChangePasswordData.ChangePasswordData.public void setNewPassword(byte[] password)
password - public void setTargetName(PrincipalName principalName)
principalName - public void setTargetRealm(String realm)
realm - Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.