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 Details

    • UserPasswordAction

      public UserPasswordAction()
      Deprecated.
  • Method Details

    • validatePassword

      public String validatePassword()
      Deprecated.
    • update

      public String update(boolean verifyPassword) throws Exception
      Deprecated.
      Throws:
      Exception
    • update

      public String update() throws Exception
      Deprecated.
      Throws:
      Exception
    • cancel

      public void cancel()
      Deprecated.
    • setNewPasswordConfirmation

      public void setNewPasswordConfirmation(String newPasswordConfirmation)
      Deprecated.
    • getNewPasswordConfirmation

      public String getNewPasswordConfirmation()
      Deprecated.
    • setNewPassword

      public void setNewPassword(String newPassword)
      Deprecated.
    • getNewPassword

      public String getNewPassword()
      Deprecated.
    • setOldPassword

      public void setOldPassword(String oldPassword)
      Deprecated.
    • getOldPassword

      public String getOldPassword()
      Deprecated.
    • setPasswordMessage

      public void setPasswordMessage(String passwordMessage)
      Deprecated.
    • getPasswordMessage

      public String getPasswordMessage()
      Deprecated.
    • setPerson

      public void setPerson(GluuCustomPerson person)
      Deprecated.
      Parameters:
      person - the person to set
    • getPerson

      public GluuCustomPerson getPerson()
      Deprecated.
      Returns:
      the person