Class MultiCloudSshAgentFactory
- java.lang.Object
-
- com.antonzhdanov.apache.sshd.agent.MultiCloudSshAgentFactory
-
- All Implemented Interfaces:
CloudSshAgentFactory<CloudKeyInfo>,org.apache.sshd.agent.SshAgentFactory
public class MultiCloudSshAgentFactory extends Object implements CloudSshAgentFactory<CloudKeyInfo>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.antonzhdanov.apache.sshd.agent.CloudSshAgentFactory
CloudSshAgentFactory.NoExceptionAutoCloseable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sshd.agent.SshAgentcreateClient(org.apache.sshd.common.session.Session session, org.apache.sshd.common.FactoryManager manager)org.apache.sshd.agent.SshAgentServercreateServer(org.apache.sshd.common.session.ConnectionService service)List<org.apache.sshd.common.channel.ChannelFactory>getChannelForwardingFactories(org.apache.sshd.common.FactoryManager manager)static CloudSshAgentFactory<CloudKeyInfo>of(List<CloudSshAgentProvider<? extends CloudKeyInfo>> providers)CloudSshAgentFactory.NoExceptionAutoCloseablewithKeyInfo(org.apache.sshd.common.session.Session session, CloudKeyInfo keyInfo)
-
-
-
Method Detail
-
of
public static CloudSshAgentFactory<CloudKeyInfo> of(List<CloudSshAgentProvider<? extends CloudKeyInfo>> providers)
-
getChannelForwardingFactories
public List<org.apache.sshd.common.channel.ChannelFactory> getChannelForwardingFactories(org.apache.sshd.common.FactoryManager manager)
- Specified by:
getChannelForwardingFactoriesin interfaceorg.apache.sshd.agent.SshAgentFactory
-
createClient
public org.apache.sshd.agent.SshAgent createClient(org.apache.sshd.common.session.Session session, org.apache.sshd.common.FactoryManager manager)- Specified by:
createClientin interfaceCloudSshAgentFactory<CloudKeyInfo>- Specified by:
createClientin interfaceorg.apache.sshd.agent.SshAgentFactory
-
createServer
public org.apache.sshd.agent.SshAgentServer createServer(org.apache.sshd.common.session.ConnectionService service)
- Specified by:
createServerin interfaceCloudSshAgentFactory<CloudKeyInfo>- Specified by:
createServerin interfaceorg.apache.sshd.agent.SshAgentFactory
-
withKeyInfo
public CloudSshAgentFactory.NoExceptionAutoCloseable withKeyInfo(org.apache.sshd.common.session.Session session, CloudKeyInfo keyInfo)
- Specified by:
withKeyInfoin interfaceCloudSshAgentFactory<CloudKeyInfo>
-
-