Class EditAuthTypeViewBean

  • 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, com.sun.web.ui.view.tabs.CCNodeEventHandlerInterface

    public class EditAuthTypeViewBean
    extends AMServiceProfileViewBeanBase
    • Constructor Detail

      • EditAuthTypeViewBean

        public EditAuthTypeViewBean()
        Creates a authentication module edit view bean.
    • Method Detail

      • beginDisplay

        public void beginDisplay​(com.iplanet.jato.view.event.DisplayEvent event)
                          throws com.iplanet.jato.model.ModelControlException
        This will populate the property sheet with attribute values for display. If this is called after a dynamic request the values that was present on the UI (which might not have been persisted) will be used.
        Specified by:
        beginDisplay in interface com.iplanet.jato.view.ContainerView
        Overrides:
        beginDisplay in class AMServiceProfileViewBeanBase
        Parameters:
        event - The display event.
        Throws:
        com.iplanet.jato.model.ModelControlException - if the framework model cannot be accessed.
      • forwardTo

        public void forwardTo​(com.iplanet.jato.RequestContext reqContext)
                       throws com.iplanet.jato.NavigationException
        Specified by:
        forwardTo in interface com.iplanet.jato.view.ViewBean
        Overrides:
        forwardTo in class AMPrimaryMastHeadViewBean
        Throws:
        com.iplanet.jato.NavigationException
      • handleButton1Request

        public void handleButton1Request​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                  throws com.iplanet.jato.model.ModelControlException
        Handles save request.
        Overrides:
        handleButton1Request in class AMServiceProfileViewBeanBase
        Parameters:
        event - Request invocation event.
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleButton2Request

        public void handleButton2Request​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                  throws com.iplanet.jato.model.ModelControlException
        Handles reset request.
        Overrides:
        handleButton2Request in class AMServiceProfileViewBeanBase
        Parameters:
        event - Request invocation event.
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleButton3Request

        public void handleButton3Request​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Handles back request.
        Parameters:
        event - Request invocation event