Class AMViewConfig


  • public class AMViewConfig
    extends Object
    • Method Detail

      • getTabsModel

        public com.sun.web.ui.model.CCTabsModel getTabsModel​(String realmName,
                                                             jakarta.servlet.http.HttpServletRequest req)
      • getTabsModel

        public com.sun.web.ui.model.CCTabsModel getTabsModel​(String type,
                                                             String realmName,
                                                             jakarta.servlet.http.HttpServletRequest req)
      • getSAMLv2TabsModel

        public com.sun.web.ui.model.CCTabsModel getSAMLv2TabsModel​(String type,
                                                                   String realmName,
                                                                   jakarta.servlet.http.HttpServletRequest req,
                                                                   List tabsToDisplay)
      • addSessionTabs

        public com.sun.web.ui.model.CCTabsModel addSessionTabs​(com.sun.web.ui.model.CCTabsModel tabModel,
                                                               AMModel model)
      • addEntityTabs

        public boolean addEntityTabs​(com.sun.web.ui.model.CCTabsModel tabModel,
                                     String realmName,
                                     AMModel model)
      • addAgentTabs

        public com.sun.web.ui.model.CCNavNode addAgentTabs​(com.sun.web.ui.model.CCTabsModel tabModel,
                                                           AMModel model,
                                                           int idx)
      • getCombineAgentType

        public String getCombineAgentType​(String type)
        Returns the combined agent type.
        Parameters:
        type - Combined Agent type referred name.
        Returns:
        the combined agent type.
      • isCombineAgentType

        public boolean isCombineAgentType​(String type)
        Returns ture if combined agent type.
        Parameters:
        type - Combined Agent type referred name.
        Returns:
        ture if combined agent type.
      • getCombineAgentTypes

        public Set getCombineAgentTypes​(String type)
        Returns the combined agent types.
        Parameters:
        type - Combined Agent type referred name.
        Returns:
        the combined agent types.
      • getSupportedAgentTypes

        public List getSupportedAgentTypes​(AMModel model)
      • getSupportedEntityTypes

        public List getSupportedEntityTypes​(String realmName,
                                            AMModel model)
      • getSupportedAgentTypesMap

        public Map getSupportedAgentTypesMap​(AMModel model)
      • getSupportedEntityTypesMap

        public Map getSupportedEntityTypesMap​(String realmName,
                                              AMModel model)
      • setTabViews

        public void setTabViews​(int parentID,
                                List items)
        Adds a set of subtabs to the specified parent tab. The data for creating a subtab is a list of Map entries, each with the following data.
        • label - name displayed for the tab
        • tooltip - tip information displayed when mouse over tab
        • status - text displayed in the status line of browser
        • url - url to invoke when tab is selected
        • viewbean - viewbean that is displayed
        Parameters:
        parentID - for the parent tab
        items - list of subtabs to add to the parent
      • getDefaultViewBeanURL

        public String getDefaultViewBeanURL​(String realmName,
                                            jakarta.servlet.http.HttpServletRequest req)
      • getDefaultViewBeanURL

        public String getDefaultViewBeanURL​(String type,
                                            String realmName,
                                            jakarta.servlet.http.HttpServletRequest req)
      • getDefaultTabId

        public int getDefaultTabId​(String realmName,
                                   jakarta.servlet.http.HttpServletRequest req)
      • getDefaultTabId

        public int getDefaultTabId​(String type,
                                   String realmName,
                                   jakarta.servlet.http.HttpServletRequest req)
      • getShowMenus

        public com.iplanet.jato.view.html.OptionList getShowMenus​(String name)
      • isServiceVisible

        public boolean isServiceVisible​(String serviceName)
      • getRealmEnableHiddenConsoleAttrNames

        public Set getRealmEnableHiddenConsoleAttrNames()
      • getIdentityDisplayOrder

        public List getIdentityDisplayOrder()
      • addTabEntries

        public void addTabEntries​(String type,
                                  List entries,
                                  boolean newSet)