public abstract class DefaultPublicKeyAuthenticationProvider extends AbstractPublicKeyAuthenticationProvider
| Constructor and Description |
|---|
DefaultPublicKeyAuthenticationProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(SshPublicKey key,
String comment,
Connection con) |
Iterator<SshPublicKeyFile> |
getKeys(Connection con) |
void |
remove(SshPublicKey key,
Connection con) |
getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAuthorizedKeypublic DefaultPublicKeyAuthenticationProvider()
public Iterator<SshPublicKeyFile> getKeys(Connection con) throws PermissionDeniedException, IOException
PermissionDeniedExceptionIOExceptionpublic void remove(SshPublicKey key, Connection con) throws IOException, PermissionDeniedException, SshException
public void add(SshPublicKey key, String comment, Connection con) throws IOException, PermissionDeniedException, SshException
Copyright © 2025. All rights reserved.