Class FederationViewBean

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

      • FederationViewBean

        public FederationViewBean()
        Creates a authentication domains 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
      • 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.
      • handleAddTPButtonRequest

        public void handleAddTPButtonRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Handles the new trusted partner request. There is no real processing done here. We are just forwarding the request onto the view bean which will do the real work.
        Parameters:
        event - Request Invocation Event.
      • handleDeleteTPButtonRequest

        public void handleDeleteTPButtonRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                         throws com.iplanet.jato.model.ModelControlException
        Handles the delete trusted partner request. The items which are selected in the SAML table will be removed. After the processing is complete a message will be displayed indicating the process succeeded, or what failed if it didn't succeed.
        Parameters:
        event - Request Invocation Event.
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleLocalSitePropertiesRequest

        public void handleLocalSitePropertiesRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
      • handleTrustedPartnerHrefRequest

        public void handleTrustedPartnerHrefRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                             throws com.iplanet.jato.model.ModelControlException
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleAddCOTButtonRequest

        public void handleAddCOTButtonRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Circle of Trust Event Handlers
      • handleDeleteCOTButtonRequest

        public void handleDeleteCOTButtonRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                          throws com.iplanet.jato.model.ModelControlException
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleCotNameHrefRequest

        public void handleCotNameHrefRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                      throws com.iplanet.jato.model.ModelControlException
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleAddEntityButtonRequest

        public void handleAddEntityButtonRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Entity Event handlers
      • handleImportEntityButtonRequest

        public void handleImportEntityButtonRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
      • handleDeleteEntityButtonRequest

        public void handleDeleteEntityButtonRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                             throws com.iplanet.jato.model.ModelControlException
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleEntityNameHrefRequest

        public void handleEntityNameHrefRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
      • handleBtnSearchRequest

        public void handleBtnSearchRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)