Package com.mku.fs.file
Class Credentials
java.lang.Object
com.mku.fs.file.Credentials
Credentials.
-
Constructor Summary
ConstructorsConstructorDescriptionCredentials(String serviceUser, String servicePassword) Instantiate a Credentials object. -
Method Summary
Modifier and TypeMethodDescriptionGet the user password.Get the user name.
-
Constructor Details
-
Credentials
Instantiate a Credentials object.- Parameters:
serviceUser- The user name.servicePassword- The user password.
-
-
Method Details
-
getServiceUser
Get the user name.- Returns:
- The user name.
-
getServicePassword
Get the user password.- Returns:
- The user password.
-