Class AuthToServiceEditViewBean

  • 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 AuthToServiceEditViewBean
    extends ConditionEditViewBean
    Authenticated to Service View Bean (Edit).
    • Constructor Detail

      • AuthToServiceEditViewBean

        public AuthToServiceEditViewBean()
        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 ConditionEditViewBean
        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.