Uses of Interface
org.eclipse.jgit.transport.sshd.agent.ConnectorFactory.ConnectorDescriptor
Packages that use ConnectorFactory.ConnectorDescriptor
Package
Description
Service provider interfaces for connecting to an SSH agent.
-
Uses of ConnectorFactory.ConnectorDescriptor in org.eclipse.jgit.transport.sshd.agent
Methods in org.eclipse.jgit.transport.sshd.agent that return ConnectorFactory.ConnectorDescriptorModifier and TypeMethodDescriptionConnectorFactory.getDefaultConnector()Tells what kind ofConnectorthisConnectorFactorycreates ifConnectorFactory.create(String, File)is called withidentityAgent == null.Methods in org.eclipse.jgit.transport.sshd.agent that return types with arguments of type ConnectorFactory.ConnectorDescriptorModifier and TypeMethodDescriptionConnectorFactory.getSupportedConnectors()Tells which kinds of SSH agents thisConnectorFactorysupports.