Class PWResetUserValidationViewBean

  • All Implemented Interfaces:
    com.iplanet.jato.RequestCompletionListener, com.iplanet.jato.RequestHandler, com.iplanet.jato.RequestParticipant, com.iplanet.jato.view.ContainerView, com.iplanet.jato.view.View, com.iplanet.jato.view.ViewBean, com.iplanet.jato.view.WebActionHandler, com.iplanet.jato.view.WebActions, Constants

    public class PWResetUserValidationViewBean
    extends PWResetViewBeanBase
    PWResetUserValidationViewBean validates user's identity for the password reset service.
    • Constructor Detail

      • PWResetUserValidationViewBean

        public PWResetUserValidationViewBean()
        Constructs a user validation view bean
    • Method Detail

      • createChild

        protected com.iplanet.jato.view.View createChild​(String name)
        Creates child component
        Overrides:
        createChild in class PWResetViewBeanBase
        Parameters:
        name - of child component
        Returns:
        child component
      • beginDisplay

        public void beginDisplay​(com.iplanet.jato.view.event.DisplayEvent event)
                          throws com.iplanet.jato.model.ModelControlException
        Set the required information to display the page.
        Specified by:
        beginDisplay in interface com.iplanet.jato.view.ContainerView
        Overrides:
        beginDisplay in class PWResetViewBeanBase
        Parameters:
        event - display event.
        Throws:
        com.iplanet.jato.model.ModelControlException - if problem access value of component.
      • forwardTo

        public void forwardTo​(com.iplanet.jato.RequestContext context)
        Forwards to current view bean after validating organization
        Specified by:
        forwardTo in interface com.iplanet.jato.view.ViewBean
        Overrides:
        forwardTo in class com.iplanet.jato.view.ViewBeanBase
        Parameters:
        context - request context
      • handleBtnNextRequest

        public void handleBtnNextRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Handles form submission request
        Parameters:
        event - request invocation event
      • beginResetPageDisplay

        public boolean beginResetPageDisplay​(com.iplanet.jato.view.event.ChildDisplayEvent event)
        Begins password reset user validation content
        Overrides:
        beginResetPageDisplay in class PWResetViewBeanBase
        Parameters:
        event - child display event
        Returns:
        true if password reset user validation content is to displayed, false otherwise