Class WSFedGeneralBase

  • 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
    Direct Known Subclasses:
    WSFedGeneralViewBean, WSFedIDPViewBean, WSFedSPViewBean

    public abstract class WSFedGeneralBase
    extends EntityPropertiesBase
    • Constructor Detail

      • WSFedGeneralBase

        public WSFedGeneralBase​(String name)
    • Method Detail

      • 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.
      • 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 EntityPropertiesBase
        Throws:
        com.iplanet.jato.model.ModelControlException
      • convertListToSet

        protected Set convertListToSet​(List list)
        Converts the List to Set.
        Parameters:
        list - the list to be converted.
        Returns:
        the corresponding Set.
      • returnEmptySetIfValueIsNull

        protected Set returnEmptySetIfValueIsNull​(Set set)
        Return empty set if value is null
        Parameters:
        set - the set to be checked for null.
        Returns:
        the EMPTY_SET if value is null.