Class GrouperMcpConfigSearchIndex.ConfigSearchResult

java.lang.Object
edu.internet2.middleware.grouper.mcp.GrouperMcpConfigSearchIndex.ConfigSearchResult
Enclosing class:
GrouperMcpConfigSearchIndex

public static class GrouperMcpConfigSearchIndex.ConfigSearchResult extends Object
result object for a config search hit
  • Constructor Details

    • ConfigSearchResult

      public ConfigSearchResult()
  • Method Details

    • getKey

      public String getKey()
    • getValue

      public String getValue()
    • getConfigFile

      public String getConfigFile()
    • isSensitive

      public boolean isSensitive()
    • getScore

      public float getScore()
    • getConfiguredIn

      public String getConfiguredIn()
    • getDefaultValue

      public String getDefaultValue()
    • getElScript

      public String getElScript()
    • getComment

      public String getComment()
    • getValueType

      public String getValueType()
    • isRequired

      public boolean isRequired()