com.evolveum.midpoint.provisioning.ucf.api
Class PasswordChangeOperation
java.lang.Object
com.evolveum.midpoint.provisioning.ucf.api.Operation
com.evolveum.midpoint.provisioning.ucf.api.PasswordChangeOperation
- All Implemented Interfaces:
- DebugDumpable
public class PasswordChangeOperation
- extends Operation
- Author:
- Radovan Semancik
Methods inherited from class com.evolveum.midpoint.provisioning.ucf.api.Operation |
debugDump |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordChangeOperation
public PasswordChangeOperation(ProtectedStringType newPassword)
PasswordChangeOperation
public PasswordChangeOperation(ProtectedStringType newPassword,
ProtectedStringType oldPassword)
getNewPassword
public ProtectedStringType getNewPassword()
setNewPassword
public void setNewPassword(ProtectedStringType newPassword)
getOldPassword
public ProtectedStringType getOldPassword()
setOldPassword
public void setOldPassword(ProtectedStringType oldPassword)
debugDump
public java.lang.String debugDump(int indent)
Copyright © 2012 evolveum. All Rights Reserved.