|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sshd.agent.local.ProxyAgentFactory
public class ProxyAgentFactory
| Constructor Summary | |
|---|---|
ProxyAgentFactory()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyAgentFactory()
| Method Detail |
|---|
public NamedFactory<Channel> getChannelForwardingFactory()
SshAgentFactory
getChannelForwardingFactory in interface SshAgentFactory
public SshAgent createClient(Session session)
throws java.io.IOException
SshAgentFactory
createClient in interface SshAgentFactoryjava.io.IOException
public SshAgentServer createServer(Session session)
throws java.io.IOException
SshAgentFactory
createServer in interface SshAgentFactoryjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||