Interface ServiceFactory

All Superinterfaces:
org.apache.sshd.common.NamedResource
All Known Implementing Classes:
AbstractUserAuthServiceFactory, ClientConnectionServiceFactory, ClientUserAuthServiceFactory, ServerConnectionServiceFactory, ServerUserAuthServiceFactory

public interface ServiceFactory extends org.apache.sshd.common.NamedResource
  • Field Summary

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

    BY_NAME_COMPARATOR, NAME_EXTRACTOR
  • Method Summary

    Modifier and Type
    Method
    Description
    static Service
    create(Collection<? extends ServiceFactory> factories, String name, Session session)
    Create an instance of the specified name by looking up the needed factory in the list (case insensitive.
    create(Session session)
     

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

    getName