Interface CloudSshAgentFactory<K extends CloudKeyInfo>
-
- All Superinterfaces:
org.apache.sshd.agent.SshAgentFactory
- All Known Implementing Classes:
MultiCloudSshAgentFactory,SingleCloudSshAgentFactory
public interface CloudSshAgentFactory<K extends CloudKeyInfo> extends org.apache.sshd.agent.SshAgentFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCloudSshAgentFactory.NoExceptionAutoCloseable
-
Method Summary
All Methods Instance Methods Abstract 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)CloudSshAgentFactory.NoExceptionAutoCloseablewithKeyInfo(org.apache.sshd.common.session.Session session, K keyInfo)
-
-
-
Method Detail
-
createServer
org.apache.sshd.agent.SshAgentServer createServer(org.apache.sshd.common.session.ConnectionService service)
- Specified by:
createServerin interfaceorg.apache.sshd.agent.SshAgentFactory
-
createClient
org.apache.sshd.agent.SshAgent createClient(org.apache.sshd.common.session.Session session, org.apache.sshd.common.FactoryManager manager)- Specified by:
createClientin interfaceorg.apache.sshd.agent.SshAgentFactory
-
withKeyInfo
CloudSshAgentFactory.NoExceptionAutoCloseable withKeyInfo(org.apache.sshd.common.session.Session session, K keyInfo)
-
-