public class PasswordChangeOperation extends Operation
INDENT_STRING
Constructor and Description |
---|
PasswordChangeOperation(ProtectedStringType newPassword) |
PasswordChangeOperation(ProtectedStringType newPassword,
ProtectedStringType oldPassword) |
Modifier and Type | Method and Description |
---|---|
String |
debugDump(int indent) |
ProtectedStringType |
getNewPassword() |
ProtectedStringType |
getOldPassword() |
void |
setNewPassword(ProtectedStringType newPassword) |
void |
setOldPassword(ProtectedStringType oldPassword) |
public PasswordChangeOperation(ProtectedStringType newPassword)
public PasswordChangeOperation(ProtectedStringType newPassword, ProtectedStringType oldPassword)
public ProtectedStringType getNewPassword()
public void setNewPassword(ProtectedStringType newPassword)
public ProtectedStringType getOldPassword()
public void setOldPassword(ProtectedStringType oldPassword)
public String debugDump(int indent)
Copyright © 2016 evolveum. All rights reserved.