Interface Ssh.Authenticator
- Enclosing class:
Ssh
public static interface Ssh.Authenticator
Authenticates server accesses.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and TypeMethodDescriptionbooleanauthenticate(String key, String secret) Checks if the given key and secret combination is stored in the credentials list.
-
Method Details
-
authenticate
Checks if the given key and secret combination is stored in the credentials list.- Parameters:
key- the keysecret- the secret- Returns:
- true if the credentials are right
-