Class AbstractUserAuthServiceFactory

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.auth.AbstractUserAuthServiceFactory
All Implemented Interfaces:
org.apache.sshd.common.NamedResource, ServiceFactory
Direct Known Subclasses:
ClientUserAuthServiceFactory, ServerUserAuthServiceFactory

public abstract class AbstractUserAuthServiceFactory extends org.apache.sshd.common.util.logging.AbstractLoggingBean implements ServiceFactory
Author:
Apache MINA SSHD Project
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    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
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final String
     

    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 class Object

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

    Methods inherited from interface ServiceFactory

    create
  • Field Details

  • Constructor Details

    • AbstractUserAuthServiceFactory

      protected AbstractUserAuthServiceFactory()
    • AbstractUserAuthServiceFactory

      protected AbstractUserAuthServiceFactory(String name)
  • Method Details

    • getName

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