Package org.gluu.oxtrust.action
Class UserPasswordAction
java.lang.Object
org.gluu.oxtrust.action.UserPasswordAction
- All Implemented Interfaces:
Serializable
@Named("userPasswordAction")
@ConversationScoped
@Secure("#{permissionService.hasPermission(\'profile\', \'access\')}")
@Deprecated
public class UserPasswordAction
extends Object
implements Serializable
Deprecated.
Serves for password updates on UI.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.voidsetNewPassword(String newPassword) Deprecated.voidsetNewPasswordConfirmation(String newPasswordConfirmation) Deprecated.voidsetOldPassword(String oldPassword) Deprecated.voidsetPasswordMessage(String passwordMessage) Deprecated.voidsetPerson(GluuCustomPerson person) Deprecated.update()Deprecated.update(boolean verifyPassword) Deprecated.Deprecated.
-
Constructor Details
-
UserPasswordAction
public UserPasswordAction()Deprecated.
-
-
Method Details
-
validatePassword
Deprecated. -
update
Deprecated.- Throws:
Exception
-
update
Deprecated.- Throws:
Exception
-
cancel
public void cancel()Deprecated. -
setNewPasswordConfirmation
Deprecated. -
getNewPasswordConfirmation
Deprecated. -
setNewPassword
Deprecated. -
getNewPassword
Deprecated. -
setOldPassword
Deprecated. -
getOldPassword
Deprecated. -
setPasswordMessage
Deprecated. -
getPasswordMessage
Deprecated. -
setPerson
Deprecated.- Parameters:
person- the person to set
-
getPerson
Deprecated.- Returns:
- the person
-