Package com.liferay.portal.action
Class UpdatePasswordAction
Object
com.liferay.portal.action.UpdatePasswordAction
- All Implemented Interfaces:
Action
- Author:
- Brian Wing Shun Chan, Mika Koivisto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(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)
-
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 -
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
-