Class TokenAuthenticationEntry

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

public class TokenAuthenticationEntry extends SelectEntry
Represents the token authentication entry.
  • Constructor Details

    • TokenAuthenticationEntry

      @DataBoundConstructor public TokenAuthenticationEntry(String credentialsId, String accountName)
      Constructs a new instance of a token authentication entry
      Parameters:
      credentialsId - The credentials id
      accountName - The account name
  • Method Details

    • getAccountName

      public String getAccountName()
    • getCredentialsId

      public String getCredentialsId()
      Gets the token credentials
      Returns:
      String credentialsId
    • validateParameters

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