Class UserPassAuthenticationEntry

java.lang.Object
hudson.model.AbstractDescribableImpl<SelectEntry>
com.uipath.uipathpackage.entries.SelectEntry
com.uipath.uipathpackage.entries.authentication.UserPassAuthenticationEntry
All Implemented Interfaces:
Describable<SelectEntry>

public class UserPassAuthenticationEntry extends SelectEntry
Represents the username-password authentication entry
  • Constructor Details

    • UserPassAuthenticationEntry

      @DataBoundConstructor public UserPassAuthenticationEntry(String credentialsId)
      Constructs a new instance of a username-password authentication entry
      Parameters:
      credentialsId - The credentials id
  • Method Details

    • getCredentialsId

      public String getCredentialsId()
      Gets the username-password credentials
      Returns:
      String credentialsId
    • validateParameters

      public boolean validateParameters()
      Specified by:
      validateParameters in class SelectEntry