Interface MutablePassword

All Superinterfaces:
PasswordHolder
All Known Subinterfaces:
MutableBasicCredentials
All Known Implementing Classes:
BasicCredentialsImpl, OpenSSHKeyEncryptionContext, PrivateKeyEncryptionContext

public interface MutablePassword extends PasswordHolder
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPassword(String password)
     

    Methods inherited from interface org.apache.sshd.common.auth.PasswordHolder

    getPassword
  • Method Details

    • setPassword

      void setPassword(String password)