Class JSchKeyAuthConnector

java.lang.Object
io.vertigo.connectors.jsch.JSchKeyAuthConnector
All Implemented Interfaces:
JSchConnector, io.vertigo.core.node.component.Connector<com.jcraft.jsch.JSch>, io.vertigo.core.node.component.CoreComponent

public class JSchKeyAuthConnector extends Object implements JSchConnector
  • Field Summary

    Fields inherited from interface io.vertigo.core.node.component.Connector

    DEFAULT_CONNECTOR_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    JSchKeyAuthConnector(io.vertigo.core.resource.ResourceManager resourceManager, String username, String keyStoreUrl, String keyStorePassword, String privateKeyAlias, Optional<String> knownHostUrlOpt)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.jcraft.jsch.JSch
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.vertigo.core.node.component.Connector

    getName
  • Constructor Details

    • JSchKeyAuthConnector

      @Inject public JSchKeyAuthConnector(io.vertigo.core.resource.ResourceManager resourceManager, String username, String keyStoreUrl, String keyStorePassword, String privateKeyAlias, Optional<String> knownHostUrlOpt)
  • Method Details

    • getClient

      public com.jcraft.jsch.JSch getClient()
      Specified by:
      getClient in interface io.vertigo.core.node.component.Connector<com.jcraft.jsch.JSch>