Package org.apache.sshd.common.auth
Interface MutablePassword
-
- All Superinterfaces:
PasswordHolder
- All Known Subinterfaces:
MutableBasicCredentials
- All Known Implementing Classes:
BasicCredentialsImpl
,OpenSSHKeyEncryptionContext
,PrivateKeyEncryptionContext
public interface MutablePassword extends PasswordHolder
- Author:
- Apache MINA SSHD Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setPassword(String password)
-
Methods inherited from interface org.apache.sshd.common.auth.PasswordHolder
getPassword
-
-
-
-
Method Detail
-
setPassword
void setPassword(String password)
-
-