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>
Represents the username-password authentication entry
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionUserPassAuthenticationEntry
(String credentialsId) Constructs a new instance of a username-password authentication entry -
Method Summary
Modifier and TypeMethodDescriptionGets the username-password credentialsboolean
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
UserPassAuthenticationEntry
Constructs a new instance of a username-password authentication entry- Parameters:
credentialsId
- The credentials id
-
-
Method Details
-
getCredentialsId
Gets the username-password credentials- Returns:
- String credentialsId
-
validateParameters
public boolean validateParameters()- Specified by:
validateParameters
in classSelectEntry
-