|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SshAgentFactory
The SshAgentFactory is used to communicate with an SshAgent.
| Method Summary | |
|---|---|
SshAgent |
createClient(Session session)
Create an SshAgent that can be used on the client side by the authentication process to send possible keys. |
SshAgentServer |
createServer(Session session)
Create the server side that will be used by other SSH clients. |
NamedFactory<Channel> |
getChannelForwardingFactory()
Retrieve the channel factory used to create channels on the client side. |
| Method Detail |
|---|
NamedFactory<Channel> getChannelForwardingFactory()
SshAgent createClient(Session session)
throws java.io.IOException
session -
java.io.IOException
SshAgentServer createServer(Session session)
throws java.io.IOException
session -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||