Class AuthToServiceAddViewBean

  • 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 AuthToServiceAddViewBean
    extends ConditionAddViewBean
    Authenticate to Service Condition View Bean (Add).
    • Constructor Detail

      • AuthToServiceAddViewBean

        public AuthToServiceAddViewBean()
        Default Constructor.
    • Method Detail

      • beginDisplay

        public void beginDisplay​(com.iplanet.jato.view.event.DisplayEvent event)
                          throws com.iplanet.jato.model.ModelControlException
        Set the realm names and service names.
        Specified by:
        beginDisplay in interface com.iplanet.jato.view.ContainerView
        Overrides:
        beginDisplay in class ConditionAddViewBean
        Parameters:
        event - Display event.
        Throws:
        com.iplanet.jato.model.ModelControlException - if default JATO cannot be instantiated.
      • handleBtnSearchRequest

        public void handleBtnSearchRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Refreshes the view so that search for realms can be done.
        Parameters:
        event - Request Invocation Event.
      • handleBtnRealmRequest

        public void handleBtnRealmRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Refreshes the view so that search for services can be done.
        Parameters:
        event - Request Invocation Event.
      • handleButton2Request

        public void handleButton2Request​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                  throws com.iplanet.jato.model.ModelControlException
        Overwrites this method to set the bRealmSelect.
        Overrides:
        handleButton2Request in class ConditionAddViewBean
        Parameters:
        event - Request Invocation Event.
        Throws:
        com.iplanet.jato.model.ModelControlException - if JATO default model fails.