Class UserCredentials
java.lang.Object
eu.europa.esig.dss.service.http.commons.UserCredentials
- All Implemented Interfaces:
Serializable
This class represents a user credentials object used to authenticate to a remote host
- See Also:
-
Constructor Summary
ConstructorDescriptionEmpty constructorUserCredentials
(String username, char[] password) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionchar[]
Gets the passwordGets the usernamevoid
setPassword
(char[] password) Sets the passwordvoid
setUsername
(String username) Sets the username
-
Constructor Details
-
UserCredentials
public UserCredentials()Empty constructor -
UserCredentials
-
-
Method Details
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-