Uses of Interface
com.antonzhdanov.apache.sshd.agent.CloudSshAgentProvider
-
Packages that use CloudSshAgentProvider Package Description com.antonzhdanov.apache.sshd.agent -
-
Uses of CloudSshAgentProvider in com.antonzhdanov.apache.sshd.agent
Methods in com.antonzhdanov.apache.sshd.agent with parameters of type CloudSshAgentProvider Modifier and Type Method Description static <T extends CloudKeyInfo>
CloudSshAgentFactory<T>SingleCloudSshAgentFactory. of(CloudSshAgentProvider<T> agentProvider)Method parameters in com.antonzhdanov.apache.sshd.agent with type arguments of type CloudSshAgentProvider Modifier and Type Method Description static CloudSshAgentFactory<CloudKeyInfo>MultiCloudSshAgentFactory. of(List<CloudSshAgentProvider<? extends CloudKeyInfo>> providers)
-