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
FieldsFields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
logFields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
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, warnMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ServiceFactory
create
-
Field Details
-
DEFAULT_NAME
- See Also:
-
-
Constructor Details
-
AbstractUserAuthServiceFactory
protected AbstractUserAuthServiceFactory() -
AbstractUserAuthServiceFactory
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.apache.sshd.common.NamedResource
-