Class GrouperConfigurationModuleSubSection

java.lang.Object
edu.internet2.middleware.grouper.app.config.GrouperConfigurationModuleSubSection

public class GrouperConfigurationModuleSubSection extends Object
  • Constructor Details

    • GrouperConfigurationModuleSubSection

      public GrouperConfigurationModuleSubSection()
  • Method Details

    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getConfiguration

      public GrouperConfigurationModuleBase getConfiguration()
    • setConfiguration

      public void setConfiguration(GrouperConfigurationModuleBase configuration)
    • getTitle

      public String getTitle()
      if label blank, there is no heading
      Returns:
    • getDescription

      public String getDescription()
      if label blank, there is no heading
      Returns:
    • getDocumentation

      public String getDocumentation()
      get documentation of the subsection
      Returns:
    • getAttributes

      return config suffix to attribute
      Returns:
      map
    • getAttributesValues

      public Collection<GrouperConfigurationModuleAttribute> getAttributesValues()
      get list of attributes for this subsection
      Returns:
    • isShow

      public boolean isShow()
      only show when at least one of the attributes is show in this subsection
      Returns: