Class AbstractUserAuthServiceFactory
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.auth.AbstractUserAuthServiceFactory
- All Implemented Interfaces:
NamedResource, ServiceFactory
- Direct Known Subclasses:
ClientUserAuthServiceFactory, ServerUserAuthServiceFactory
public abstract class AbstractUserAuthServiceFactory
extends AbstractLoggingBean
implements ServiceFactory
-
Field Summary
FieldsFields inherited from class AbstractLoggingBean
logFields inherited from interface NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
Methods inherited from class 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:
-
name
-
-
Constructor Details
-
AbstractUserAuthServiceFactory
protected AbstractUserAuthServiceFactory() -
AbstractUserAuthServiceFactory
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceNamedResource- Returns:
- The resource name
-