Class JGitPasswordAuthFactory

  • All Implemented Interfaces:
    org.apache.sshd.client.auth.UserAuthFactory, org.apache.sshd.common.auth.UserAuthMethodFactory<org.apache.sshd.client.session.ClientSession,​org.apache.sshd.client.auth.UserAuth>, org.apache.sshd.common.NamedResource

    public class JGitPasswordAuthFactory
    extends org.apache.sshd.client.auth.AbstractUserAuthFactory
    A customized UserAuthPasswordFactory that creates instance of JGitPasswordAuthentication.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static JGitPasswordAuthFactory INSTANCE
      • Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean

        log
      • Fields inherited from interface org.apache.sshd.common.NamedResource

        BY_NAME_COMPARATOR, NAME_EXTRACTOR
      • Fields inherited from interface org.apache.sshd.common.auth.UserAuthMethodFactory

        HOST_BASED, KB_INTERACTIVE, PASSWORD, PUBLIC_KEY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.sshd.client.auth.password.UserAuthPassword createUserAuth​(org.apache.sshd.client.session.ClientSession session)  
      • Methods inherited from class org.apache.sshd.common.auth.AbstractUserAuthMethodFactory

        getName, toString
      • Methods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean

        debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warn
      • Methods inherited from interface org.apache.sshd.common.NamedResource

        getName