Interface Ssh.Authenticator

Enclosing class:
Ssh

public static interface Ssh.Authenticator
Authenticates server accesses.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    authenticate(String key, String secret)
    Checks if the given key and secret combination is stored in the credentials list.
  • Method Details

    • authenticate

      boolean authenticate(String key, String secret)
      Checks if the given key and secret combination is stored in the credentials list.
      Parameters:
      key - the key
      secret - the secret
      Returns:
      true if the credentials are right