Package adams.core
Interface ActualPasswordSupporter
-
- All Known Subinterfaces:
EnvironmentPasswordSupporter,PasswordPrompter
- All Known Implementing Classes:
AbstractDatabaseConnection,DatabaseConnection,IMAPConnection,SMBConnection,SMTPConnection,SSHConnection
public interface ActualPasswordSupporterInterface for classes that allow setting the actual password.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BasePasswordgetActualPassword()Returns the current actual password in use.voidsetActualPassword(BasePassword value)Sets the actual password to use.
-
-
-
Method Detail
-
setActualPassword
void setActualPassword(BasePassword value)
Sets the actual password to use.- Parameters:
value- the password
-
getActualPassword
BasePassword getActualPassword()
Returns the current actual password in use.- Returns:
- the password
-
-