Package sonia.scm
Interface PasswordAware
public interface PasswordAware
Interface for objects using a password.
- Since:
- 1.13
-
Method Summary
Modifier and TypeMethodDescriptionReturns the encrypted password.void
setPassword
(String password) Sets the encrypted password
-
Method Details
-
getPassword
String getPassword()Returns the encrypted password. -
setPassword
Sets the encrypted password
-