Class ChatbotGlobalConfig

All Implemented Interfaces:
ExtensionPoint, Describable<GlobalConfiguration>, Saveable, Loadable, OnMaster

@Extension @Symbol("chatbotConfig") public class ChatbotGlobalConfig extends GlobalConfiguration
  • Constructor Details

    • ChatbotGlobalConfig

      public ChatbotGlobalConfig()
  • Method Details

    • getBackendUrl

      public String getBackendUrl()
    • setBackendUrl

      @DataBoundSetter public void setBackendUrl(String backendUrl)
    • getJwtSecretId

      public String getJwtSecretId()
    • setJwtSecretId

      @DataBoundSetter public void setJwtSecretId(String jwtSecretId)
    • doFillJwtSecretIdItems

      public ListBoxModel doFillJwtSecretIdItems(@QueryParameter String jwtSecretId)
    • get

      public static ChatbotGlobalConfig get()