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
ConstructorsConstructorDescriptionEmpty constructorUserCredentials(String username, String password) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionGets the passwordGets the usernamevoidsetPassword(String password) Sets the passwordvoidsetUsername(String username) Sets the username
-
Constructor Details
-
Method Details