Class AbstractUserAuthMethodFactory<S extends SessionContext,M extends 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:
UserAuthMethodFactory<S,M>, NamedResource
Direct Known Subclasses:
AbstractUserAuthFactory, AbstractUserAuthFactory

public abstract class AbstractUserAuthMethodFactory<S extends SessionContext,M extends UserAuthInstance<S>> extends AbstractLoggingBean implements UserAuthMethodFactory<S,M>
Author:
Apache MINA SSHD Project
  • Constructor Details

    • AbstractUserAuthMethodFactory

      protected AbstractUserAuthMethodFactory(String name)
  • Method Details