public abstract class PublicKeyAuthenticationAdapter extends java.lang.Object implements PublicKeyAuthenticationProvider
| Constructor and Description |
|---|
PublicKeyAuthenticationAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(SshPublicKey key,
java.lang.String comment,
SshConnection con) |
java.util.Iterator<SshPublicKeyFile> |
getKeys(SshConnection con) |
void |
remove(SshPublicKey key,
SshConnection con) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckKey, isAuthorizedKeypublic java.util.Iterator<SshPublicKeyFile> getKeys(SshConnection con) throws PermissionDeniedException, java.io.IOException
getKeys in interface PublicKeyAuthenticationProviderPermissionDeniedExceptionjava.io.IOExceptionpublic void remove(SshPublicKey key, SshConnection con) throws java.io.IOException, PermissionDeniedException, SshException
remove in interface PublicKeyAuthenticationProviderjava.io.IOExceptionPermissionDeniedExceptionSshExceptionpublic void add(SshPublicKey key, java.lang.String comment, SshConnection con) throws java.io.IOException, PermissionDeniedException, SshException
add in interface PublicKeyAuthenticationProviderjava.io.IOExceptionPermissionDeniedExceptionSshExceptionCopyright © 2022. All rights reserved.