Uses of Interface
org.apache.sshd.common.keyprovider.KeyIdentityProviderHolder
-
Packages that use KeyIdentityProviderHolder Package Description org.apache.sshd.client org.apache.sshd.client.session -
-
Uses of KeyIdentityProviderHolder in org.apache.sshd.client
Subinterfaces of KeyIdentityProviderHolder in org.apache.sshd.client Modifier and Type Interface Description interfaceClientAuthenticationManagerHolds information required for the client to perform authentication with the serverinterfaceClientFactoryManagerTheClientFactoryManagerenable the retrieval of additional configuration needed specifically for the client side.Classes in org.apache.sshd.client that implement KeyIdentityProviderHolder Modifier and Type Class Description classSshClientEntry point for the client side of the SSH protocol. -
Uses of KeyIdentityProviderHolder in org.apache.sshd.client.session
Subinterfaces of KeyIdentityProviderHolder in org.apache.sshd.client.session Modifier and Type Interface Description interfaceClientSessionAn authenticated session to a given SSH server.Classes in org.apache.sshd.client.session that implement KeyIdentityProviderHolder Modifier and Type Class Description classAbstractClientSessionProvides default implementations ofClientSessionrelated methodsclassClientSessionImplThe default implementation of aClientSession
-