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) |
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isAuthorizedKey
public DefaultPublicKeyAuthenticationProvider()
public Iterator<SshPublicKeyFile> getKeys(Connection con) throws PermissionDeniedException, IOException
PermissionDeniedException
IOException
public void remove(SshPublicKey key, Connection con) throws IOException, PermissionDeniedException, SshException
public void add(SshPublicKey key, String comment, Connection con) throws IOException, PermissionDeniedException, SshException
Copyright © 2024. All rights reserved.