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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetPassword(java.lang.String password)-
Methods inherited from interface org.apache.sshd.common.auth.PasswordHolder
getPassword
-
-