Class AbstractUserAuthMethodFactory<S extends org.apache.sshd.common.session.SessionContext, M extends org.apache.sshd.common.auth.UserAuthInstance<S>>

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.auth.AbstractUserAuthMethodFactory<S,M>
Type Parameters:
S - The type of SessionContext being provided
M - Type of user authentication method
All Implemented Interfaces:
org.apache.sshd.common.auth.UserAuthMethodFactory<S,M>, org.apache.sshd.common.NamedResource
Direct Known Subclasses:
AbstractUserAuthFactory, AbstractUserAuthFactory

public abstract class AbstractUserAuthMethodFactory<S extends org.apache.sshd.common.session.SessionContext, M extends org.apache.sshd.common.auth.UserAuthInstance<S>> extends org.apache.sshd.common.util.logging.AbstractLoggingBean implements org.apache.sshd.common.auth.UserAuthMethodFactory<S,M>
Author:
Apache MINA SSHD Project
  • Field Summary

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

    Constructors
    Modifier
    Constructor
    Description
    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, wait, wait, wait

    Methods inherited from interface org.apache.sshd.common.auth.UserAuthMethodFactory

    createUserAuth
  • Constructor Details

    • AbstractUserAuthMethodFactory

      protected AbstractUserAuthMethodFactory(String name)
  • Method Details

    • getName

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

      public String toString()
      Overrides:
      toString in class Object