Class ExternalAppAuthenticationEntry.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<SelectEntry>
com.uipath.uipathpackage.entries.authentication.ExternalAppAuthenticationEntry.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
ExternalAppAuthenticationEntry

@Symbol("ExternalApp") @Extension public static class ExternalAppAuthenticationEntry.DescriptorImpl extends Descriptor<SelectEntry>
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      @Nonnull public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<SelectEntry>
    • doFillApplicationSecretItems

      public ListBoxModel doFillApplicationSecretItems(@AncestorInPath Item item)
      Returns the list of StringCredentials to be filled in choice If item is null or doesn't have configure permission it will return empty list
      Parameters:
      item - Basic configuration unit in Hudson
      Returns:
      ListBoxModel list of StringCredentials
    • doCheckApplicationSecret

      public FormValidation doCheckApplicationSecret(@AncestorInPath Item item, @QueryParameter String value)
      Validates Credentials if exists
      Parameters:
      item - Basic configuration unit in Hudson
      value - Any conditional parameter(here id of the credential selected)
      Returns:
      FormValidation