com.jcraft.jsch.agentproxy.connector
Class PageantConnector

java.lang.Object
  extended by com.jcraft.jsch.agentproxy.connector.PageantConnector
All Implemented Interfaces:
com.jcraft.jsch.agentproxy.Connector

public class PageantConnector
extends Object
implements com.jcraft.jsch.agentproxy.Connector


Nested Class Summary
 class PageantConnector.COPYDATASTRUCT32
           
 class PageantConnector.COPYDATASTRUCT64
           
static interface PageantConnector.User32
           
 
Constructor Summary
PageantConnector()
           
 
Method Summary
 String getName()
           
 boolean isAvailable()
           
static boolean isConnectorAvailable()
           
 void query(com.jcraft.jsch.agentproxy.Buffer buffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageantConnector

public PageantConnector()
                 throws com.jcraft.jsch.agentproxy.AgentProxyException
Throws:
com.jcraft.jsch.agentproxy.AgentProxyException
Method Detail

getName

public String getName()
Specified by:
getName in interface com.jcraft.jsch.agentproxy.Connector

isConnectorAvailable

public static boolean isConnectorAvailable()

isAvailable

public boolean isAvailable()
Specified by:
isAvailable in interface com.jcraft.jsch.agentproxy.Connector

query

public void query(com.jcraft.jsch.agentproxy.Buffer buffer)
           throws com.jcraft.jsch.agentproxy.AgentProxyException
Specified by:
query in interface com.jcraft.jsch.agentproxy.Connector
Throws:
com.jcraft.jsch.agentproxy.AgentProxyException


Copyright © 2013 JCraft,Inc.. All rights reserved.