public class ProfileForm
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
oldPassword
@NotBlank
public @NotBlank String oldPassword
-
newPassword
@NotBlank
public @NotBlank String newPassword
-
confirmNewPassword
@NotBlank
public @NotBlank String confirmNewPassword
-
Constructor Details
-
ProfileForm
public ProfileForm()
-
Method Details
-
clearSecurityInfo
public void clearSecurityInfo()