Interface UserPasswordSSHCallback

All Superinterfaces:
UserPasswordCallback

public interface UserPasswordSSHCallback extends UserPasswordCallback
  • Method Details

    • promptSSH

      boolean promptSSH(String realm, String username, int sshPort, boolean maySave)
    • getSSHPrivateKeyPath

      String getSSHPrivateKeyPath()
    • getSSHPrivateKeyPassphrase

      String getSSHPrivateKeyPassphrase()
    • getSSHPort

      int getSSHPort()