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>
Represents the token authentication entry.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTokenAuthenticationEntry(String credentialsId, String accountName) Constructs a new instance of a token authentication entry -
Method Summary
Modifier and TypeMethodDescriptionGets the token credentialsbooleanMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
TokenAuthenticationEntry
Constructs a new instance of a token authentication entry- Parameters:
credentialsId- The credentials idaccountName- The account name
-
-
Method Details
-
getAccountName
-
getCredentialsId
Gets the token credentials- Returns:
- String credentialsId
-
validateParameters
public boolean validateParameters()- Specified by:
validateParametersin classSelectEntry
-