Class UpdatePasswordAction

Object
com.liferay.portal.action.UpdatePasswordAction
All Implemented Interfaces:
Action

public class UpdatePasswordAction extends Object implements Action
Author:
Brian Wing Shun Chan, Mika Koivisto
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
     
    protected com.liferay.portal.kernel.model.Ticket
    getTicket(javax.servlet.http.HttpServletRequest httpServletRequest)
     
    protected boolean
    isValidatePassword(javax.servlet.http.HttpServletRequest httpServletRequest)
     
    protected void
    resendAsPost(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
     
    protected void
    updatePassword(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, com.liferay.portal.kernel.model.Ticket ticket)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UpdatePasswordAction

      public UpdatePasswordAction()
  • Method Details

    • execute

      public ActionForward execute(ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception
      Specified by:
      execute in interface Action
      Throws:
      Exception
    • getTicket

      protected com.liferay.portal.kernel.model.Ticket getTicket(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • isValidatePassword

      protected boolean isValidatePassword(javax.servlet.http.HttpServletRequest httpServletRequest)
    • resendAsPost

      protected void resendAsPost(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException
      Throws:
      IOException
    • updatePassword

      protected void updatePassword(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, com.liferay.portal.kernel.model.Ticket ticket) throws Exception
      Throws:
      Exception