Class AsyncUserAuthServiceFactory

java.lang.Object
org.aesh.terminal.ssh.netty.AsyncUserAuthServiceFactory
All Implemented Interfaces:
org.apache.sshd.common.NamedResource, org.apache.sshd.common.ServiceFactory

public class AsyncUserAuthServiceFactory extends Object implements org.apache.sshd.common.ServiceFactory
Author:
Julien Viet
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.sshd.common.ServiceFactory

    org.apache.sshd.common.ServiceFactory.Utils
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     

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

    BY_NAME_COMPARATOR, NAME_EXTRACTOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.sshd.common.Service
    create(org.apache.sshd.common.session.Session session)
     
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • AsyncUserAuthServiceFactory

      public AsyncUserAuthServiceFactory()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.apache.sshd.common.NamedResource
    • create

      public org.apache.sshd.common.Service create(org.apache.sshd.common.session.Session session) throws IOException
      Specified by:
      create in interface org.apache.sshd.common.ServiceFactory
      Throws:
      IOException