Package org.apache.sshd.common.auth
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 ofSessionContext
being providedM
- 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>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
name
-
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
ALLOW_INSECURE_AUTH, ALLOW_NON_INTEGRITY_AUTH, DEFAULT_ALLOW_INSECURE_AUTH, DEFAULT_ALLOW_NON_INTEGRITY_AUTH, HOST_BASED, KB_INTERACTIVE, PASSWORD, PUBLIC_KEY
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractUserAuthMethodFactory(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
toString()
-
Methods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
getSimplifiedLogger
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.sshd.common.auth.UserAuthMethodFactory
createUserAuth
-
-
-
-
Method Detail
-
getName
public final java.lang.String getName()
- Specified by:
getName
in interfaceNamedResource
- Returns:
- The resource name
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-