com.evolveum.midpoint.provisioning.ucf.api
Class PasswordChangeOperation

java.lang.Object
  extended by com.evolveum.midpoint.provisioning.ucf.api.Operation
      extended by com.evolveum.midpoint.provisioning.ucf.api.PasswordChangeOperation
All Implemented Interfaces:
DebugDumpable

public class PasswordChangeOperation
extends Operation

Author:
Radovan Semancik

Field Summary
 
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
 
Constructor Summary
PasswordChangeOperation(ProtectedStringType newPassword)
           
PasswordChangeOperation(ProtectedStringType newPassword, ProtectedStringType oldPassword)
           
 
Method Summary
 java.lang.String debugDump(int indent)
           
 ProtectedStringType getNewPassword()
           
 ProtectedStringType getOldPassword()
           
 void setNewPassword(ProtectedStringType newPassword)
           
 void setOldPassword(ProtectedStringType oldPassword)
           
 
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
 

Constructor Detail

PasswordChangeOperation

public PasswordChangeOperation(ProtectedStringType newPassword)

PasswordChangeOperation

public PasswordChangeOperation(ProtectedStringType newPassword,
                               ProtectedStringType oldPassword)
Method Detail

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.