Class AuthConfigViewBean

  • 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 AuthConfigViewBean
    extends AMPrimaryMastHeadViewBean
    • Constructor Detail

      • AuthConfigViewBean

        public AuthConfigViewBean()
        Creates a realm confguration view bean.
    • Method Detail

      • beginDisplay

        public void beginDisplay​(com.iplanet.jato.view.event.DisplayEvent event)
                          throws com.iplanet.jato.model.ModelControlException
        Specified by:
        beginDisplay in interface com.iplanet.jato.view.ContainerView
        Overrides:
        beginDisplay in class AMPrimaryMastHeadViewBean
        Throws:
        com.iplanet.jato.model.ModelControlException
      • showInvalidSet

        public void showInvalidSet()
      • handleButton1Request

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

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

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

        public void handleAddEntryButtonRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                         throws com.iplanet.jato.model.ModelControlException
        Handles add auth instances request.
        Parameters:
        event - Request invocation event
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleRemoveEntryButtonRequest

        public void handleRemoveEntryButtonRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                            throws com.iplanet.jato.model.ModelControlException
        Handles remove auth instance request.
        Parameters:
        event - Request invocation event
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleReorderEntryButtonRequest

        public void handleReorderEntryButtonRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                             throws com.iplanet.jato.model.ModelControlException
        Handles reorder authentication chains request.
        Parameters:
        event - Request invocation event
        Throws:
        com.iplanet.jato.model.ModelControlException
      • getModelInternal

        protected AMModel getModelInternal()
        Description copied from class: AMViewBeanBase
        Returns model for this view bean. Dervived class need to implement this method.
        Specified by:
        getModelInternal in class AMViewBeanBase
        Returns:
        model for this view bean.
      • getOptionFieldValue

        public String getOptionFieldValue​(int index)
      • getModuleFlag

        public String getModuleFlag​(int index)
      • getModuleName

        public String getModuleName​(int index)
      • getModuleNameChoiceValues

        public com.iplanet.jato.view.html.OptionList getModuleNameChoiceValues()
      • getCriteriaNameChoiceValues

        public com.iplanet.jato.view.html.OptionList getCriteriaNameChoiceValues()